Lines Matching refs:base
7 #include "base/metrics/histogram.h"
20 const char* name; // base name of metric without extension id.
31 const char* name; // base name of metric without extension id.
32 base::Histogram::ClassType type;
37 {"test.h.1", base::Histogram::HISTOGRAM, 1, 100, 50}, // custom
38 {"test.h.2", base::Histogram::LINEAR_HISTOGRAM, 1, 200, 50}, // custom
39 {"test.h.3", base::Histogram::LINEAR_HISTOGRAM, 1, 101, 102}, // percentage
40 {"test.time", base::Histogram::HISTOGRAM, 1, 10000, 50},
41 {"test.medium.time", base::Histogram::HISTOGRAM, 1, 180000, 50},
42 {"test.long.time", base::Histogram::HISTOGRAM, 1, 3600000, 50},
43 {"test.count", base::Histogram::HISTOGRAM, 1, 1000000, 50},
44 {"test.medium.count", base::Histogram::HISTOGRAM, 1, 10000, 50},
45 {"test.small.count", base::Histogram::HISTOGRAM, 1, 100, 50},
113 base::StatisticsRecorder::Histograms histograms;
114 base::StatisticsRecorder::GetHistograms(&histograms);
126 base::Histogram* histogram(histograms[j]);