Use steady clock for all millis bench logging

This commit is contained in:
MacroFake
2022-06-28 17:50:53 +02:00
parent ab3db34836
commit fa521c9603
8 changed files with 18 additions and 20 deletions

View File

@@ -21,8 +21,6 @@
#include <mutex>
#include <unordered_map>
using SteadyClock = std::chrono::steady_clock;
static GlobalMutex g_rpc_warmup_mutex;
static std::atomic<bool> g_rpc_running{false};
static bool fRPCInWarmup GUARDED_BY(g_rpc_warmup_mutex) = true;