Searched defs:HistogramTimer (Results 1 – 2 of 2) sorted by relevance
204 struct HistogramTimer { struct205 const char* name_;206 void* histogram_;207 bool lookup_done_;209 int64_t start_time_;210 int64_t stop_time_;237 // Helper class for scoping a HistogramTimer. argument
243 HistogramTimer() { } in HistogramTimer() function244 HistogramTimer(const char* name, in HistogramTimer() function