Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ elapsed
Method
elapsed
tools/openpgl_bench/timer.h:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
double elapsed()
22
{
23
time_point end = clock::now();
24
std::chrono::duration<double, std::micro> diff = end - start;
25
return diff.count();
26
}
27
28
private:
29
time_point start;
Callers
2
init_field
Function · 0.45
bench_lookup_sample
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected