Lines Matching refs:time_buckets
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()
1041 const std::string& label_str, const std::vector<uint64_t>& time_buckets, in WriteStatsToFile() argument
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()
1132 WriteStatsToFile(label_str, time_buckets, kFileNameSuffixAvgReuseInterval, in WriteReuseInterval()
1134 WriteStatsToFile(label_str, time_buckets, in WriteReuseInterval()
1141 const std::vector<uint64_t>& time_buckets) const { in WriteReuseLifetime()
1162 for (auto const& time_bucket : time_buckets) { in WriteReuseLifetime()
1170 WriteStatsToFile(label_str, time_buckets, kFileNameSuffixReuseLifetime, in WriteReuseLifetime()