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

Method reset

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

Source from the content-addressed store, hash-verified

22}
23
24void Stopwatch::reset()
25{
26 m_begin = 0;
27 m_end = 0;
28 KeQueryPerformanceCounter(reinterpret_cast<LARGE_INTEGER*>(&m_freq));
29}
30
31void Stopwatch::start()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected