Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dgame.hpp401 std::chrono::high_resolution_clock::time_point t6Messages; member in DebugStatsClass
460 t6Stored = t6Messages; in storeOldTimePoints()
H A Dgame.cpp4111 DebugStats.t6Messages = std::chrono::high_resolution_clock::now(); in main()
4903 … = 1000 * std::chrono::duration_cast<std::chrono::duration<double>>(t7Stored - t6Messages).count(); in storeStats()