QCTraceSimulator.GetMetricStatisticNames(String) Method

Definition

Returns the names of all statistics currently collected for a given metric.

public string[] GetMetricStatisticNames (string metric);
member this.GetMetricStatisticNames : string -> string[]
Public Function GetMetricStatisticNames (metric As String) As String()

Parameters

metric
String

The metric may be any member of PrimitiveOperationsGroupsNames and MetricsNames. The full list of the metrics collected by this instance of QCTraceSimulator can be obtained by calling MetricNames.

Returns

String[]

An array of strings with the names of statistics collected for a given metric.

Remarks

For a more detailed discussion of metrics and statistics, see the Remarks section of the QCTraceSimulator class documentation.

Applies to