MCPcopy Create free account
hub / github.com/cinder/Cinder / timestampBenchmark

Function timestampBenchmark

test/SignalsTest/src/SignalsBenchmark.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace cinder::signals;
9
10static uint64_t timestampBenchmark()
11{
12 auto now = clock();
13 return 1.0e9 / CLOCKS_PER_SEC * now;
14}
15
16static uint64_t sTestCounter = 0;
17

Callers 5

benchSignalEmission1Function · 0.85
benchSignalEmission5Function · 0.85
benchPlainCallbackLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected