MCPcopy 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
227int Utils::StopWatch::getTimeDiffFromStartToNow()
228{
229 return Utils::currentTimestamp() - m_begin;
230}
231
232bool Utils::StopWatch::DelayedByArgMS(int delay)
233{

Callers

nothing calls this directly

Calls 1

currentTimestampFunction · 0.85

Tested by

no test coverage detected