MCPcopy 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
165uint64_t I_msTimeFS() // from "start"
166{
167 return (FirstFrameStartTime == 0) ? 0 : NSToMS(I_nsTime() - FirstFrameStartTime);
168}
169
170uint64_t I_GetTimeNS()
171{

Callers 1

DisplayFunction · 0.85

Calls 2

NSToMSFunction · 0.85
I_nsTimeFunction · 0.85

Tested by

no test coverage detected