MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / start

Method start

Kernel-Bridge/API/Stopwatch.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void Stopwatch::start()
32{
33 m_begin = KeQueryPerformanceCounter(reinterpret_cast<LARGE_INTEGER*>(&m_freq)).QuadPart;
34 m_end = m_begin;
35}
36
37float Stopwatch::stop()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected