Searched defs:counter_type (Results 1 – 5 of 5) sorted by relevance
| /art/libartbase/base/metrics/ |
| D | metrics_common.cc | 119 void StringBackend::ReportCounter(DatumId counter_type, uint64_t value) { in ReportCounter() 146 void TextFormatter::FormatReportCounter(DatumId counter_type, uint64_t value) { in FormatReportCounter() 207 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 | 205 void ReportCounter(DatumId counter_type, uint64_t value) override { in TEST_F() 275 void ReportCounter(DatumId counter_type [[maybe_unused]], uint64_t value) override { in TEST_F() 299 void ReportCounter(DatumId counter_type [[maybe_unused]], uint64_t value) override { in TEST_F() 326 void ReportCounter(DatumId counter_type [[maybe_unused]], uint64_t value) override { in TEST_F()
|
| /art/runtime/metrics/ |
| D | statsd.cc | 355 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()
|