mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Use steady clock for all millis bench logging
This commit is contained in:
parent
ab3db34836
commit
fa521c9603
8 changed files with 18 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue