Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
using namespace cinder::signals;
9
10
static uint64_t timestampBenchmark()
11
{
12
auto now = clock();
13
return 1.0e9 / CLOCKS_PER_SEC * now;
14
}
15
16
static uint64_t sTestCounter = 0;
17
Callers
5
benchSignalEmission1
Function · 0.85
benchSignalEmission5
Function · 0.85
benchSignalEmissionGroups
Function · 0.85
benchPlainCallbackLoop
Function · 0.85
benchStdFunctionCallbackLoop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected