MCPcopy 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
535static void TicStabilityBegin()
536{
537 using namespace std::chrono;
538 stabilitystarttime = duration_cast<microseconds>(steady_clock::now().time_since_epoch()).count();
539}
540
541static void TicStabilityEnd()
542{

Callers 1

TryRunTicsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected