Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ ts
Function
ts
dlib/timing.h:99–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
inline uint64_t ts()
100
{
101
return std::chrono::duration_cast<std::chrono::duration<double, std::nano>>(
102
std::chrono::high_resolution_clock::now().time_since_epoch()
103
).count();
104
}
105
106
inline void start(int i)
107
{
Callers
2
start
Function · 0.85
stop
Function · 0.85
Calls
1
count
Method · 0.80
Tested by
no test coverage detected