Quote:
Originally Posted by Greg McKaskle
There is a tool called the execution trace toolkit that will show all active clumps over time, and will show how they interrupt each other based on priority and other mechanisms. It produces a ton of data to look at, but it is geeky fun to be able to see into the runtime and see how it executed your code at such a fine level of detail.
|
What's the best method to look at that data? I'm not sitting in front of a workstation with students at the moment but I will be later tonight. Is that tool part of the normal install? Does it generate output in a graphical way that is easy to digest? Are there any tutorials for how to use it?