Searched defs:counter_type (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/metrics/ |
D | metrics_common.cc | 128 void StringBackend::ReportCounter(DatumId counter_type, uint64_t value) { in ReportCounter() 155 void TextFormatter::FormatReportCounter(DatumId counter_type, uint64_t value) { in FormatReportCounter() 216 void XmlFormatter::FormatReportCounter(DatumId counter_type, uint64_t value) { in FormatReportCounter()
|
D | metrics_test.h | 40 void ReportCounter([[maybe_unused]] DatumId counter_type, in ReportCounter()
|
D | metrics_test.cc | 201 void ReportCounter(DatumId counter_type, uint64_t value) override { in TEST_F() 281 void ReportCounter(DatumId counter_type, uint64_t value) override { in TEST_F() 305 void ReportCounter(DatumId counter_type, uint64_t value) override { in TEST_F() 337 void ReportCounter(DatumId counter_type, uint64_t value) override { in TEST_F()
|
/art/runtime/metrics/ |
D | statsd.cc | 361 void ReportCounter(DatumId counter_type, uint64_t value) override { in ReportCounter()
|
D | reporter_test.cc | 64 void ReportCounter(DatumId counter_type, uint64_t value) override { in ReportCounter()
|