Share via


PERF_ELAPSED_TIME (Windows Embedded CE 6.0)

1/5/2010

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

Concepts

Calculations for Raw Counter Data