.NET Total Operation Time graph

This graph displays the amount of time that each .NET class or method took to execute during the test. You can use this graph to identify those classes or methods that take an excessive amount of time. For more information, see Application component graphs

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.

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

Axis Description
X-axis

Elapsed time from the beginning of the scenario run.

Y-axis

Total time a .NET class or method is in operation.

Back to top