MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getCurrentTimeInTicks

Function getCurrentTimeInTicks

TheForceEngine/TFE_System/system.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 u64 getCurrentTimeInTicks()
207 {
208 return SDL_GetPerformanceCounter() - s_startTime;
209 }
210
211 f64 convertFromTicksToSeconds(u64 ticks)
212 {

Callers 10

region_testFunction · 0.85
frameBeginFunction · 0.85
frameEndFunction · 0.85
TFE_Profiler_ZoneMethod · 0.85
~TFE_Profiler_ZoneMethod · 0.85
endMethod · 0.85
frameLimiter_beginFunction · 0.85
frameLimiter_endFunction · 0.85
audioCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected