Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dthread_status_updater.h72 op_start_time.store(0); in ThreadStatusData()
89 std::atomic<uint64_t> op_start_time; member
Dthread_status_updater.cc107 data->op_start_time.store(start_time, std::memory_order_relaxed); in SetOperationStartTime()
185 op_elapsed_micros = now_micros - thread_data->op_start_time.load( in GetThreadList()