[]
Counter metadata that contains the type, name, units of measure, and a description of an existing counter.
public class CounterMetadata
| Name | Description |
|---|---|
| CounterMetadata() |
| Name | Description |
|---|---|
| Description | Gets a description of the counter. |
| HardwareCounterCount | Gets the number of hardware counters that are needed for this counter type to be created. All instances of the same counter type use the same hardware counters. |
| Name | Gets a brief name for the counter. |
| Type | Gets the data type of a counter (see CounterType). |
| Units | Gets the units a counter measures. |