Searched defs:histogram_type (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/metrics/ |
D | metrics_test.h | 43 void ReportHistogram([[maybe_unused]] DatumId histogram_type, in ReportHistogram() 67 const MetricsHistogram<histogram_type, num_buckets, low_value, high_value>& histogram) { in GetBuckets()
|
D | metrics_common.cc | 132 void StringBackend::ReportHistogram(DatumId histogram_type, in ReportHistogram() 159 void TextFormatter::FormatReportHistogram(DatumId histogram_type, in FormatReportHistogram() 224 void XmlFormatter::FormatReportHistogram(DatumId histogram_type, in FormatReportHistogram()
|
D | metrics_test.cc | 217 void ReportHistogram(DatumId histogram_type, in TEST_F() 285 void ReportHistogram(DatumId histogram_type, in TEST_F() 314 void ReportHistogram([[maybe_unused]] DatumId histogram_type, in TEST_F() 341 void ReportHistogram(DatumId histogram_type, in TEST_F() 389 void ReportHistogram([[maybe_unused]] DatumId histogram_type, in TEST_F()
|
/art/runtime/metrics/ |
D | reporter_test.cc | 68 void ReportHistogram([[maybe_unused]] DatumId histogram_type, in ReportHistogram()
|