Home
last modified time | relevance | path

Searched refs:tpLastSecondFPS (Results 1 – 1 of 1) sorted by relevance

/dports/games/ivan/ivan-059/FeLib/Source/
H A Dwhandler.cpp159 std::chrono::high_resolution_clock::time_point tpLastSecondFPS; variable
165 duration<double, std::milli> delay = tpNow - tpLastSecondFPS; in MeasureLastSecondRealFPS()
169 tpLastSecondFPS = tpNow; //reset in MeasureLastSecondRealFPS()