Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
double getCurTimeSeconds() {
48
static Watch m_watch;
49
return m_watch.getTimeSeconds();
50
}
51
52
#elif defined(__MACH__)
53
Callers
1
Performance.cpp
File · 0.85
Calls
2
getTimeNanos
Function · 0.85
getTimeSeconds
Method · 0.80
Tested by
no test coverage detected