Searched refs:frameTotalMs (Results 1 – 2 of 2) sorted by relevance
64 DrawFPSLine(canvas, normalFPS, height / frameTotalMs, 0xbf00ff00); in Draw()67 DrawFPSLine(canvas, slowFPS, height / frameTotalMs, 0xbfff0000); in Draw()78 auto heightPerMs = height / frameTotalMs; in DrawFPSLine()97 auto heightPerMs = height / frameTotalMs; in GenerateTimeBars()
134 static constexpr double frameTotalMs = 160; variable