Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ TicStabilityBegin
Function
TicStabilityBegin
source/core/mainloop.cpp:535–539 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
533
}
534
535
static void TicStabilityBegin()
536
{
537
using namespace std::chrono;
538
stabilitystarttime = duration_cast<microseconds>(steady_clock::now().time_since_epoch()).count();
539
}
540
541
static void TicStabilityEnd()
542
{
Callers
1
TryRunTics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected