Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ time_buf
Function
time_buf
dlib/timing.h:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
const int NAME_LENGTH = 40;
79
80
inline std::atomic<uint64_t>* time_buf()
81
{
82
static std::atomic<uint64_t> buf[TIME_SLOTS];
83
return buf;
84
}
85
86
inline char* name_buf(int i, const char* name)
87
{
Callers
4
start
Function · 0.85
stop
Function · 0.85
print
Function · 0.85
clear
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected