Searched refs:histogram_type (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/libartbase/base/metrics/ |
H A D | metrics_test.h | 43 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 D | metrics_common.cc | 125 void StringBackend::ReportHistogram(DatumId histogram_type, in ReportHistogram() argument 129 …os_ << " " << DatumName(histogram_type) << ": range = " << minimum_value_ << "..." << maximum_v… in ReportHistogram()
|
H A D | metrics.h | 226 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 D | metrics_test.cc | 212 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 D | camera.proto | 58 optional HistogramType histogram_type = 11; field
|
/aosp12/art/runtime/metrics/ |
H A D | reporter_test.cc | 71 void ReportHistogram(DatumId histogram_type ATTRIBUTE_UNUSED, in ReportHistogram()
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 12046 optional HistogramType histogram_type = 11; field
|