MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / QueryPerformanceFrequency

Function QueryPerformanceFrequency

extern/boost/boost/winapi/timers.hpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38BOOST_FORCEINLINE BOOL_ QueryPerformanceFrequency(LARGE_INTEGER_* lpFrequency)
39{
40 return ::QueryPerformanceFrequency(reinterpret_cast< ::_LARGE_INTEGER* >(lpFrequency));
41}
42
43}
44}

Callers 5

TimerMethod · 0.85
get_tick_freqFunction · 0.85
chrono.hppFile · 0.85
nowMethod · 0.85

Calls

no outgoing calls

Tested by 1

get_tick_freqFunction · 0.68