Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_test
Function · 0.85
frameBegin
Function · 0.85
frameEnd
Function · 0.85
TFE_Profiler_Zone
Method · 0.85
~TFE_Profiler_Zone
Method · 0.85
TFE_Profiler_ZoneManual
Method · 0.85
end
Method · 0.85
frameLimiter_begin
Function · 0.85
frameLimiter_end
Function · 0.85
audioCallback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected