Profiler question

I am trying to find out if there is a way to drill down on the profiler’s hot spots that shows up.

Comments

  • the "Hotspots" tile is just a count of all of the processes whose "Without Children" execution time exceeds 1,000 milliseconds. If you primary sort by the Without Children (ms) column and set it to descending you should get the hotspot entries first on your Profile Viewer. The documentation below will give a break down of how to interpret the statistics given by the profiler to determine what processes are resource intensive and which steps are the main slowdown points in a given flow. For that last part the info under the "Text View" section is particularly helpful.

Sign In or Register to comment.