MCPcopy 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

startFunction · 0.85
stopFunction · 0.85
printFunction · 0.85
clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected