Process Monitor Profiling Support
Join the DZone community and get the full member experience.
Join For Freeif you’re looking for a very simple profiler that will give you a general idea how cpu utilization is distributed in your system, look no further than the latest version of process monitor .
under tools | profiling events, you can enable stack trace collection every second or every 100ms for all running processes.
the profiling events have an execution stack, exactly like any other event in process monitor, and you can gain a quick impression where cpu time is spent and which call stacks are responsible for it.
here’s an example call stack from a devenv.exe thread captured in the profiling mode:
and here is an aggregating view for all the activity in the log (under tools | stack summary):
Published at DZone with permission of Sasha Goldshtein, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments