Searched refs:op_start_time (Results 1 – 2 of 2) sorted by relevance
72 op_start_time.store(0); in ThreadStatusData()89 std::atomic<uint64_t> op_start_time; member
107 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()