MCPcopy 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

15namespace util {
16
17StopWatch::StopWatch() {
18 start = now();
19}
20
21void StopWatch::stop() {
22 assert(!stopped);

Callers

nothing calls this directly

Calls 1

nowFunction · 0.85

Tested by

no test coverage detected