Searched defs:RecordedHistogram (Results 1 – 1 of 1) sorted by relevance
30 struct RecordedHistogram { struct31 const char* name; // base name of metric without extension id.32 base::Histogram::ClassType type;33 int min;34 int max;35 size_t buckets;