Home
last modified time | relevance | path

Searched refs:FormatReportCounter (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/metrics/
Dmetrics_test.cc415 text_formatter.FormatReportCounter(DatumId::kFullGcCount, 1u); in TEST()
482 text_formatter.FormatReportCounter(DatumId::kFullGcCount, 1u); in TEST()
495 text_formatter.FormatReportCounter(DatumId::kFullGcCount, 5u); in TEST()
518 xml_formatter.FormatReportCounter(DatumId::kYoungGcCount, 3u); in TEST()
562 xml_formatter.FormatReportCounter(DatumId::kYoungGcCount, 4u); in TEST()
597 xml_formatter.FormatReportCounter(DatumId::kYoungGcCount, 3u); in TEST()
621 xml_formatter.FormatReportCounter(DatumId::kFullGcCount, 1u); in TEST()
640 xml_formatter.FormatReportCounter(DatumId::kFullGcCount, 5u); in TEST()
Dmetrics_common.cc129 formatter_->FormatReportCounter(counter_type, value); in ReportCounter()
155 void TextFormatter::FormatReportCounter(DatumId counter_type, uint64_t value) { in FormatReportCounter() function in art::metrics::TextFormatter
216 void XmlFormatter::FormatReportCounter(DatumId counter_type, uint64_t value) { in FormatReportCounter() function in art::metrics::XmlFormatter
Dmetrics.h560 virtual void FormatReportCounter(DatumId counter_type, uint64_t value) = 0;
579 void FormatReportCounter(DatumId counter_type, uint64_t value) override;
602 void FormatReportCounter(DatumId counter_type, uint64_t value) override;