Searched refs:kFpsNumFrames (Results 1 – 1 of 1) sorted by relevance
246 static constexpr int kFpsNumFrames = 4; member in __anon2861a1d10111::TracePerfTest247 std::array<double, kFpsNumFrames> mFpsStartTimes = {0, 0, 0, 0};2327 double requestedNthFrameInterval = static_cast<double>(kFpsNumFrames) / gFpsLimit; in drawBenchmark()2329 angle::GetCurrentSystemTime() - mFpsStartTimes[mTotalFrameCount % kFpsNumFrames]; in drawBenchmark()2335 mFpsStartTimes[mTotalFrameCount % kFpsNumFrames] = angle::GetCurrentSystemTime(); in drawBenchmark()