MCPcopy 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

startFunction · 0.85
stopFunction · 0.85

Calls 1

countMethod · 0.80

Tested by

no test coverage detected