Searched refs:tpLastSecondFPS (Results 1 – 1 of 1) sorted by relevance
159 std::chrono::high_resolution_clock::time_point tpLastSecondFPS; variable165 duration<double, std::milli> delay = tpNow - tpLastSecondFPS; in MeasureLastSecondRealFPS()169 tpLastSecondFPS = tpNow; //reset in MeasureLastSecondRealFPS()