Home
last modified time | relevance | path

Searched refs:LastValue (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/monitoring/
Dhistogram.h34 uint64_t LastValue() const { in LastValue() function
Dhistogram_test.cc60 ASSERT_EQ(histogram.min(), bucketMapper.LastValue()); in EmptyHistogram()
Dhistogram.cc71 min_.store(bucketMapper.LastValue(), std::memory_order_relaxed); in Clear()