Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ StopWatch
Method
StopWatch
util/stopwatch.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
namespace util {
16
17
StopWatch::StopWatch() {
18
start = now();
19
}
20
21
void StopWatch::stop() {
22
assert(!stopped);
Callers
nothing calls this directly
Calls
1
now
Function · 0.85
Tested by
no test coverage detected