/external/libchrome/base/metrics/ |
D | histogram_unittest.cc | 119 HistogramBase* histogram = Histogram::FactoryGet( in TEST_P() 123 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_P() 130 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P() 162 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_P() 173 Histogram::FactoryGet("DeltaHistogram", 1, 64, 8, in TEST_P() 202 Histogram::FactoryGet("FinalDeltaHistogram", 1, 64, 8, in TEST_P() 239 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags)); in TEST_P() 266 Histogram::FactoryGet("Histogram2", 1, 32, 15, HistogramBase::kNoFlags)); in TEST_P() 280 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags)); in TEST_P() 294 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags)); in TEST_P() [all …]
|
D | statistics_recorder_unittest.cc | 228 HistogramBase* histogram1 = Histogram::FactoryGet( in TEST_P() 230 HistogramBase* histogram2 = Histogram::FactoryGet( in TEST_P() 262 Histogram::FactoryGet("TestHistogram1", 1, 1000, 10, Histogram::kNoFlags); in TEST_P() 263 Histogram::FactoryGet("TestHistogram2", 1, 1000, 10, Histogram::kNoFlags); in TEST_P() 264 Histogram::FactoryGet("TestHistogram3", 1, 1000, 10, Histogram::kNoFlags); in TEST_P() 278 HistogramBase* const histogram1 = Histogram::FactoryGet( in TEST_P() 284 HistogramBase* const histogram2 = Histogram::FactoryGet( in TEST_P() 291 HistogramBase* const histogram3 = LinearHistogram::FactoryGet( in TEST_P() 297 HistogramBase* const histogram4 = BooleanHistogram::FactoryGet( in TEST_P() 306 HistogramBase* const histogram5 = CustomHistogram::FactoryGet( in TEST_P() [all …]
|
D | histogram_base_unittest.cc | 41 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F() 67 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F() 90 HistogramBase* histogram = BooleanHistogram::FactoryGet( in TEST_F() 117 HistogramBase* histogram = CustomHistogram::FactoryGet( in TEST_F() 139 HistogramBase* histogram = SparseHistogram::FactoryGet( in TEST_F() 161 LinearHistogram::FactoryGet("TestAddKiloHistogram", 1, 1000, 100, 0); in TEST_F() 176 LinearHistogram::FactoryGet("TestAddKiBHistogram", 1, 1000, 100, 0); in TEST_F() 192 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F() 215 histogram = LinearHistogram::FactoryGet("TestAddTimeMillisecondsGranularity2", in TEST_F() 237 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F() [all …]
|
D | histogram.cc | 249 HistogramBase* Histogram::FactoryGet(const std::string& name, in FactoryGet() function in base::Histogram 266 return FactoryGet(name, static_cast<Sample>(minimum.InMilliseconds()), in FactoryTimeGet() 276 return FactoryGet(name, static_cast<Sample>(minimum.InMicroseconds()), in FactoryMicrosecondsTimeGet() 281 HistogramBase* Histogram::FactoryGet(const char* name, in FactoryGet() function in base::Histogram 286 return FactoryGet(std::string(name), minimum, maximum, bucket_count, flags); in FactoryGet() 653 HistogramBase* histogram = Histogram::FactoryGet( in DeserializeInfoImpl() 868 HistogramBase* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::LinearHistogram 882 return FactoryGet(name, static_cast<Sample>(minimum.InMilliseconds()), in FactoryTimeGet() 887 HistogramBase* LinearHistogram::FactoryGet(const char* name, in FactoryGet() function in base::LinearHistogram 892 return FactoryGet(std::string(name), minimum, maximum, bucket_count, flags); in FactoryGet() [all …]
|
D | sparse_histogram_unittest.cc | 243 SparseHistogram::FactoryGet(histogram_name, HistogramBase::kNoFlags); in TEST_P() 257 SparseHistogram::FactoryGet("something.new", HistogramBase::kNoFlags); in TEST_P() 270 SparseHistogram::FactoryGet(histogram_name, HistogramBase::kNoFlags); in TEST_P() 299 SparseHistogram::FactoryGet(histogram_names[i], HistogramBase::kNoFlags); in TEST_P() 317 SparseHistogram::FactoryGet(histogram_names[index], in TEST_P() 330 SparseHistogram::FactoryGet(histogram_names[0], HistogramBase::kNoFlags); in TEST_P() 359 SparseHistogram::FactoryGet(StringPrintf("ExtremeValues_%zu", i), in TEST_P() 383 HistogramBase* histogram = SparseHistogram::FactoryGet( in TEST_P()
|
D | histogram_functions.cc | 15 HistogramBase* histogram = BooleanHistogram::FactoryGet( in UmaHistogramBoolean() 24 LinearHistogram::FactoryGet(name, 1, value_max, value_max + 1, in UmaHistogramExactLinear() 38 HistogramBase* histogram = Histogram::FactoryGet( in UmaHistogramCustomCounts() 105 HistogramBase* histogram = SparseHistogram::FactoryGet( in UmaHistogramSparse()
|
D | histogram.h | 119 static HistogramBase* FactoryGet(const std::string& name, 138 static HistogramBase* FactoryGet(const char* name, 348 static HistogramBase* FactoryGet(const std::string& name, 362 static HistogramBase* FactoryGet(const char* name, 504 static HistogramBase* FactoryGet(const std::string& name, int32_t flags); 509 static HistogramBase* FactoryGet(const char* name, int32_t flags); 550 static HistogramBase* FactoryGet(const std::string& name, 557 static HistogramBase* FactoryGet(const char* name,
|
D | persistent_histogram_allocator_unittest.cc | 61 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F() 69 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_F() 77 HistogramBase* boolean_histogram = BooleanHistogram::FactoryGet( in TEST_F() 88 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F() 229 LinearHistogram::FactoryGet(LinearHistogramName, 1, 10, 10, 0); in TEST_F() 240 SparseHistogram::FactoryGet(SparseHistogramName, 0); in TEST_F() 345 Histogram::FactoryGet("TestHistogram1", 1, 1000, 10, 0); in TEST_F() 347 Histogram::FactoryGet("TestHistogram2", 1, 1000, 10, 0); in TEST_F()
|
D | single_sample_metrics_unittest.cc | 89 Histogram::FactoryGet(kMetricName, 1, 3, 3, HistogramBase::kNoFlags)); in TEST_F() 91 Histogram::FactoryGet(kMetricName, kMin, kMax, kBucketCount, in TEST_F()
|
D | histogram_macros.h | 100 base::BooleanHistogram::FactoryGet(name, \ 379 base::CustomHistogram::FactoryGet(name, custom_ranges, \
|
D | histogram_macros_internal.h | 129 base::Histogram::FactoryGet(name, min, max, bucket_count, flag)) 154 base::LinearHistogram::FactoryGet(name, 1, boundary, boundary + 1, \
|
D | histogram_delta_serialization_unittest.cc | 25 HistogramBase* histogram = Histogram::FactoryGet( in TEST()
|
D | single_sample_metrics.cc | 53 : histogram_(Histogram::FactoryGet(histogram_name, in DefaultSingleSampleMetric()
|
D | sparse_histogram.cc | 26 HistogramBase* SparseHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::SparseHistogram 216 return SparseHistogram::FactoryGet(histogram_name, flags); in DeserializeInfoImpl()
|
D | histogram_macros_local.h | 29 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
|
D | sparse_histogram.h | 32 static HistogramBase* FactoryGet(const std::string& name, int32_t flags);
|
D | persistent_memory_allocator.cc | 481 allocs_histogram_ = Histogram::FactoryGet( in CreateTrackingHistograms() 487 used_histogram_ = LinearHistogram::FactoryGet( in CreateTrackingHistograms() 492 errors_histogram_ = SparseHistogram::FactoryGet( in CreateTrackingHistograms()
|