PERF_PRECISION_100NS_TIMER

Description This counter type shows a value that consists of two counter values: the count of the elapsed time of the event being monitored, and the "clock" time from a private timer in the same units. It measures time in 100 ns units.
This counter type differs from other counter timers in that the clock tick value accompanies the counter value eliminating any possible difference due to latency from the function call. Precision counter types are used when standard system timers are not precise enough for accurate readings.
Generic type Percentage
Formula NX – N0 / D1 – D0 where the numerator (N) represents the counter value and the denominator (D) is the value of the private timer. The private timer has the same frequency as the 100 ns timer.
Average NX – N0 / D1 – D0
Example PhysicalDisk\% Disk Time

.