Home
last modified time | relevance | path

Searched refs:histogram_type (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/libartbase/base/metrics/
H A Dmetrics_test.h43 void ReportHistogram([[maybe_unused]] DatumId histogram_type,
65 template <DatumId histogram_type, size_t num_buckets, int64_t low_value, int64_t high_value>
67 const MetricsHistogram<histogram_type, num_buckets, low_value, high_value>& histogram) { in GetBuckets() argument
H A Dmetrics_common.cc125 void StringBackend::ReportHistogram(DatumId histogram_type, in ReportHistogram() argument
129 …os_ << " " << DatumName(histogram_type) << ": range = " << minimum_value_ << "..." << maximum_v… in ReportHistogram()
H A Dmetrics.h226 virtual void ReportHistogram(DatumId histogram_type,
236 template <DatumId histogram_type, size_t num_buckets, int64_t low_value, int64_t high_value>
448 void ReportHistogram(DatumId histogram_type,
H A Dmetrics_test.cc212 void ReportHistogram(DatumId histogram_type, in TEST_F() argument
216 if (histogram_type == DatumId::kYoungGcCollectionTime) { in TEST_F()
/aosp12/frameworks/base/proto/src/
H A Dcamera.proto58 optional HistogramType histogram_type = 11; field
/aosp12/art/runtime/metrics/
H A Dreporter_test.cc71 void ReportHistogram(DatumId histogram_type ATTRIBUTE_UNUSED, in ReportHistogram()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto12046 optional HistogramType histogram_type = 11; field