StatisticsNames Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Names of the statistics collected by QCTraceSimulator.
public static class StatisticsNames
type StatisticsNames = class
Public Class StatisticsNames
- Inheritance
-
System.ObjectStatisticsNames
Fields
Average |
The average of a metric over all collected samples. |
Max |
The largest value of a metric among all collected samples. |
Min |
The smallest value of a metric among all collected samples. |
SecondMoment |
The second moment of a metric over all collected samples. |
Sum |
The sum of a metric over all collected samples. |
Variance |
The variance of a metric over all collected samples. |