Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dhistogram.cc44 size_t HistogramBucketMapper::IndexForValue(const uint64_t value) const { in IndexForValue() function in ROCKSDB_NAMESPACE::HistogramBucketMapper
87 const size_t index = bucketMapper.IndexForValue(value); in Add()
Dhistogram.h27 size_t IndexForValue(uint64_t value) const;