Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dhistogram_windowing.h51 return current_window_.load(std::memory_order_relaxed); in current_window()
69 std::atomic_uint_fast64_t current_window_; variable
Dhistogram_windowing.cc46 current_window_.store(0, std::memory_order_relaxed); in Clear()
196 current_window_.store(next_window, std::memory_order_relaxed); in SwapHistoryBucket()