.NET Total Operation Time Distribution graph

This graph shows the percentage of time that a specific .NET class took to execute in relation to all the .NET classes. It can also show the percentage of time that a .NET method took to execute in relation to all the .NET methods within the class.

Purpose

Use this graph to identify those classes or methods that take an excessive amount of time.

Breakdown options

The graph initially displays .NET classes, but you can also view the individual methods within a .NET class by using drill-down or filtering techniques. For more information, see Filter and sort graph data and Drill down in a graph.

Tips

To highlight a specific class line in the graph, select the class row in the legend (displayed below the graph).

See also

Application component graphs

Back to top