Searched refs:g_frameBeginTimestamp (Results 1 – 1 of 1) sorted by relevance
46 static uint64_t g_frameBeginTimestamp = 0u; variable438 g_frameBeginTimestamp = RawNowNano(); in OnFrameBegin()797 const uint64_t frameLengthNanosecs = RawNowNano() - g_frameBeginTimestamp; in RecordUpdate()799 const double currentTime = g_frameBeginTimestamp * 1e-9; // Now(); in RecordUpdate()