PERF_ELAPSED_TIME
The data is the start time of the item being measured. For display purposes, subtract the start time from the snapshot time to yield the elapsed time. The PerfTime member of the PERF_OBJECT_TYPE structure contains the sample time. Use the PerfFreq member of the PERF_OBJECT_TYPE structure to convert the time into seconds. The following table shows the details of this counter.
Element | Value |
---|---|
X | CounterData |
Y | PerfTime |
Time base | PerfFreq |
Data Size | 8 Bytes |
Display Suffix | Sec |
Calculation | (Y-X)/TB |
See Also
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.