Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ getTimeDiffFromStartToNow
Method
getTimeDiffFromStartToNow
src/utils/Utils.cpp:227–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
int Utils::StopWatch::getTimeDiffFromStartToNow()
228
{
229
return Utils::currentTimestamp() - m_begin;
230
}
231
232
bool Utils::StopWatch::DelayedByArgMS(int delay)
233
{
Callers
nothing calls this directly
Calls
1
currentTimestamp
Function · 0.85
Tested by
no test coverage detected