Searched refs:time_buckets (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer.h | 276 const std::vector<uint64_t>& time_buckets) const; 285 const std::vector<uint64_t>& time_buckets) const; 332 const std::string& label, const std::vector<uint64_t>& time_buckets, 343 const std::string& label_str, const std::vector<uint64_t>& time_buckets,
|
| D | block_cache_trace_analyzer.cc | 1005 const std::string& label, const std::vector<uint64_t>& time_buckets, in UpdateReuseIntervalStats() argument 1013 for (auto const& time_bucket : time_buckets) { in UpdateReuseIntervalStats() 1057 for (auto const& bucket : time_buckets) { in WriteStatsToFile() 1072 const std::vector<uint64_t>& time_buckets) const { in WriteReuseInterval() 1100 UpdateReuseIntervalStats(label, time_buckets, timeline.second, in WriteReuseInterval() 1115 UpdateReuseIntervalStats(label, time_buckets, timeline, in WriteReuseInterval() 1118 for (auto const& time_bucket : time_buckets) { in WriteReuseInterval() 1130 WriteStatsToFile(label_str, time_buckets, kFileNameSuffixReuseInterval, in WriteReuseInterval() 1134 WriteStatsToFile(label_str, time_buckets, in WriteReuseInterval() 1141 const std::vector<uint64_t>& time_buckets) const { in WriteReuseLifetime() [all …]
|