Click or drag to resize

PerfCounter Properties

The PerfCounter type exposes the following members.

Properties
  NameDescription
Public propertyavgDurationPerCallMs
Average time spent per one reading.
Public propertymaxDurationPerCallMs
Maximum time spent in one reading during the life of the counter.
Public propertyminDurationPerCallMs
Minimum time spent in one reading during the life of the counter.
Public propertynumSamples
Total number of readings captured.
Public propertytotalDurationMs
Total elapsed milleseconds in all readings.
Top
See Also