These counters provide information on the execution time of the tests in a run. Some counters produce an aggregate value, where the values for all tests are rolled up into one value; others produce values for each test.
Some counters have to do with intervals in the run. You set the Statistics sample interval in the schedule, as a schedule property.
The counters in the following table provide
an aggregate value for all tests. Folders that contain aggregate counters
have a clock superimposed on them: .
Counter name | Description |
---|---|
Average [for Interval] | The average execution time for all tests within the most recent sample interval, aggregated into one value |
Average [for Run] | The average execution time for all tests in the entire run, aggregated into one value |
Maximum [for Interval] | The maximum execution time for all tests within the most recent sample interval, aggregated into one value |
Maximum [for Run] | The maximum execution time for all tests in the entire run, aggregated into one value |
Minimum [for Interval] | The minimum execution time for all tests within the most recent sample interval, aggregated into one value |
Minimum [for Run] | The minimum execution time for all tests in the entire run, aggregated into one value |
The counters in the following table provide individual values for
each test. Folders that contain individual counters have an asterisk superimposed
on them: .
Counter name | Description |
---|---|
Average Execution Time for All Tests [ms] [for Interval] | The average execution time for each test within the most recent sample interval |
Average Execution Time for All Tests [ms] [for Run] | The average execution time for each test in the entire run |
Maximum Execution Time for All Tests [ms] [for Interval] | The maximum execution time for each test within the most recent sample interval |
Maximum Execution Time for All Tests [ms] [for Run] | The maximum execution time for each test in the entire run |
Minimum Execution Time for All Tests [ms] [for Interval] | The minimum execution time for each test within the most recent sample interval |
Minimum Execution Time for All Tests [ms] [for Run] | The minimum execution time for each test in the entire run |
Parent topic: Generic counters