Home
last modified time | relevance | path

Searched refs:HistogramImpl (Results 1 – 21 of 21) sorted by relevance

/rocksdb-6.9/db/
Dperf_context_test.cc87 HistogramImpl hist_get; in TEST_F()
88 HistogramImpl hist_get_time; in TEST_F()
129 HistogramImpl hist_seek; in TEST_F()
173 HistogramImpl histogram; in TEST_F()
194 HistogramImpl histogram; in TEST_F()
214 HistogramImpl hist_put; in ProfileQueries()
216 HistogramImpl hist_get; in ProfileQueries()
219 HistogramImpl hist_get_files; in ProfileQueries()
223 HistogramImpl hist_mget; in ProfileQueries()
555 HistogramImpl hist_seek; in TEST_F()
[all …]
Dtable_cache.h34 class HistogramImpl; variable
74 HistogramImpl* file_read_hist, TableReaderCaller caller, Arena* arena,
93 HistogramImpl* file_read_hist = nullptr, bool skip_filters = false,
118 HistogramImpl* file_read_hist = nullptr,
136 HistogramImpl* file_read_hist = nullptr,
199 bool record_read_stats, HistogramImpl* file_read_hist,
Dtable_cache.cc89 bool sequential_mode, bool record_read_stats, HistogramImpl* file_read_hist, in GetTableReader()
138 HistogramImpl* file_read_hist, bool skip_filters, in FindTable()
179 TableReader** table_reader_ptr, HistogramImpl* file_read_hist, in NewIterator()
358 HistogramImpl* file_read_hist, bool skip_filters, in Get()
439 HistogramImpl* file_read_hist, bool skip_filters, in MultiGet()
Dprefix_test.cc592 HistogramImpl hist_put_time; in TEST_F()
593 HistogramImpl hist_put_comparison; in TEST_F()
616 HistogramImpl hist_seek_time; in TEST_F()
617 HistogramImpl hist_seek_comparison; in TEST_F()
651 HistogramImpl hist_no_seek_time; in TEST_F()
652 HistogramImpl hist_no_seek_comparison; in TEST_F()
Dinternal_stats.h374 HistogramImpl* GetFileReadHist(int level) { in GetFileReadHist()
426 std::vector<HistogramImpl> file_read_latency_;
668 HistogramImpl* GetFileReadHist(int /*level*/) { return nullptr; } in GetFileReadHist()
Dversion_set.cc861 HistogramImpl* file_read_hist, TableReaderCaller caller, in LevelIterator()
1011 HistogramImpl* file_read_hist_;
/rocksdb-6.9/monitoring/
Dhistogram.cc239 void HistogramImpl::Clear() { in Clear()
244 bool HistogramImpl::Empty() const { in Empty()
248 void HistogramImpl::Add(uint64_t value) { in Add()
252 void HistogramImpl::Merge(const Histogram& other) { in Merge()
259 void HistogramImpl::Merge(const HistogramImpl& other) { in Merge()
264 double HistogramImpl::Median() const { in Median()
268 double HistogramImpl::Percentile(double p) const { in Percentile()
272 double HistogramImpl::Average() const { in Average()
276 double HistogramImpl::StandardDeviation() const { in StandardDeviation()
280 std::string HistogramImpl::ToString() const { in ToString()
[all …]
Dhistogram.h118 class HistogramImpl : public Histogram {
120 HistogramImpl() { Clear(); } in HistogramImpl() function
122 HistogramImpl(const HistogramImpl&) = delete;
123 HistogramImpl& operator=(const HistogramImpl&) = delete;
129 void Merge(const HistogramImpl& other);
142 virtual ~HistogramImpl() {} in ~HistogramImpl()
Dhistogram_test.cc81 HistogramImpl histogram; in TEST_F()
89 HistogramImpl histogram; in TEST_F()
102 HistogramImpl histogram; in TEST_F()
103 HistogramImpl other; in TEST_F()
112 HistogramImpl histogram; in TEST_F()
120 HistogramImpl histogram; in TEST_F()
Dstatistics.h85 HistogramImpl histograms_[INTERNAL_HISTOGRAM_ENUM_MAX]; in ALIGN_AS()
90 INTERNAL_HISTOGRAM_ENUM_MAX * sizeof(HistogramImpl)) % in ALIGN_AS()
104 std::unique_ptr<HistogramImpl> getHistogramImplLocked(
Dstatistics.cc261 std::unique_ptr<HistogramImpl> StatisticsImpl::getHistogramImplLocked( in getHistogramImplLocked()
264 std::unique_ptr<HistogramImpl> res_hist(new HistogramImpl()); in getHistogramImplLocked()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.h119 HistogramImpl bytes_pipelined_;
120 HistogramImpl bytes_written_;
121 HistogramImpl bytes_read_;
122 HistogramImpl read_hit_latency_;
123 HistogramImpl read_miss_latency_;
124 HistogramImpl write_latency_;
Dpersistent_cache_bench.cc291 HistogramImpl bytes_written_;
292 HistogramImpl bytes_read_;
293 HistogramImpl read_latency_;
294 HistogramImpl write_latency_;
/rocksdb-6.9/file/
Drandom_access_file_reader.h23 class HistogramImpl; variable
58 HistogramImpl* file_read_hist_;
66 HistogramImpl* file_read_hist = nullptr,
/rocksdb-6.9/util/
Dlog_write_bench.cc49 HistogramImpl hist; in RunBenchmark()
/rocksdb-6.9/table/plain/
Dplain_table_index.h226 HistogramImpl keys_per_prefix_hist_;
/rocksdb-6.9/db_stress_tool/
Ddb_stress_stat.h50 HistogramImpl hist_;
/rocksdb-6.9/table/
Dtable_reader_bench.cc156 HistogramImpl hist; in TableReaderBenchmark()
/rocksdb-6.9/memtable/
Dhash_linklist_rep.cc744 HistogramImpl keys_per_bucket_hist; in GetIterator()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc1853 std::unordered_map<OperationType, std::shared_ptr<HistogramImpl>,
1978 auto hist_temp = std::make_shared<HistogramImpl>(); in FinishedOps()
Dldb_cmd.cc1739 HistogramImpl vsize_hist; in DoDumpCommand()