Use steady clock for bench logging

This commit is contained in:
MacroFake
2022-09-19 10:55:03 +02:00
parent faed342a23
commit fabf1cdb20
4 changed files with 92 additions and 51 deletions

View File

@@ -57,6 +57,7 @@ constexpr int64_t count_microseconds(std::chrono::microseconds t) { return t.cou
using HoursDouble = std::chrono::duration<double, std::chrono::hours::period>;
using SecondsDouble = std::chrono::duration<double, std::chrono::seconds::period>;
using MillisecondsDouble = std::chrono::duration<double, std::chrono::milliseconds::period>;
/**
* DEPRECATED