Searched refs:time_per_bucket (Results 1 – 1 of 1) sorted by relevance
103 static const uint64_t time_per_bucket = max_time_bucket / num_buckets; variable104 static constexpr float time_per_bucket_ms = time_per_bucket / 1.0E6;116 m_buckets[min(time, max_time_bucket - 1) / time_per_bucket] += 1; in add_time()