MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / now

Function now

util/stopwatch.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using namespace std::chrono;
10
11static auto now() {
12 return steady_clock::now();
13}
14
15namespace util {
16

Callers 2

StopWatchMethod · 0.85
stopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected