ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL WINAPI | QueryPerformanceCounter (OUT PLARGE_INTEGER lpPerformanceCount) |
BOOL WINAPI | QueryPerformanceFrequency (OUT PLARGE_INTEGER lpFrequency) |
BOOL WINAPI QueryPerformanceCounter | ( | OUT PLARGE_INTEGER | lpPerformanceCount | ) |
Definition at line 23 of file perfcnt.c.
Referenced by __security_init_cookie(), CookupNodeId(), currenttime_us(), DwmGetCompositionTimingInfo(), GetPerfTime(), GetSecondsQPC(), GetTickCountQPC(), main(), master_IReferenceClock_GetTime(), QueryTime(), Timer::restart(), Timer::start(), Timer::stop(), SystemFunction036(), test_clock(), test_RegQueryValueExPerformanceData(), timeGetTime(), and wined3d_get_adapter_raster_status().
BOOL WINAPI QueryPerformanceFrequency | ( | OUT PLARGE_INTEGER | lpFrequency | ) |
Definition at line 45 of file perfcnt.c.
Referenced by currenttime_us(), DwmGetCompositionTimingInfo(), GetPerfTime(), GetSecondsQPC(), GetTickCountQPC(), main(), master_clock_create(), test_clock(), test_RegQueryValueExPerformanceData(), timeBeginPeriod(), Timer::Timer(), wined3d_get_adapter_raster_status(), and wmain().