MCPcopy Index your code
hub / github.com/culvertsoft/mgen / getCurTimeSeconds

Function getCurTimeSeconds

mgen-cpplib/src/test/cpp/src/OsTime.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45};
46
47double getCurTimeSeconds() {
48 static Watch m_watch;
49 return m_watch.getTimeSeconds();
50}
51
52#elif defined(__MACH__)
53

Callers 1

Performance.cppFile · 0.85

Calls 2

getTimeNanosFunction · 0.85
getTimeSecondsMethod · 0.80

Tested by

no test coverage detected