StatisticsNames Class

Definition

Names of the statistics collected by QCTraceSimulator.

public static class StatisticsNames
type StatisticsNames = class
Public Class StatisticsNames
Inheritance
StatisticsNames

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.

Applies to