QCTraceSimulator.GetMetricStatisticNames(String) Method
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.
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.