Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ stop
Method
stop
Kernel-Bridge/API/Stopwatch.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
float Stopwatch::stop()
38
{
39
m_end = KeQueryPerformanceCounter(NULL).QuadPart;
40
return delta();
41
}
42
43
float Stopwatch::delta()
44
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected