Searched defs:SparseHistogram (Results 1 – 2 of 2) sorted by relevance
60 struct SparseHistogram { struct61 const char* name;62 int bucket_count;63 Bucket buckets[10];
87 SparseHistogram::SparseHistogram(const string& name) in SparseHistogram() function in base::SparseHistogram