Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ I_msTimeFS
Function
I_msTimeFS
source/common/utility/i_time.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
uint64_t I_msTimeFS() // from
"start"
166
{
167
return (FirstFrameStartTime == 0) ? 0 : NSToMS(I_nsTime() - FirstFrameStartTime);
168
}
169
170
uint64_t I_GetTimeNS()
171
{
Callers
1
Display
Function · 0.85
Calls
2
NSToMS
Function · 0.85
I_nsTime
Function · 0.85
Tested by
no test coverage detected