Home
last modified time | relevance | path

Searched refs:KiProfileTimeInterval (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/ke/
H A Dprofobj.c21 ULONG KiProfileTimeInterval = 78125; /* Default resolution 7.8ms (sysinternals) */ variable
229 Interval = KiProfileTimeInterval; in KeQueryIntervalProfile()
273 KiProfileTimeInterval = (ULONG)HalSetProfileInterval(Interval); in KeSetIntervalProfile()