Home
last modified time | relevance | path

Searched refs:ReportRuns (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp195 reporter->ReportRuns(results); in run()
207 reporter->ReportRuns(summary); in run()
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
H A DMediaTranscoderBenchmark.cpp581 virtual void ReportRuns(const std::vector<Run>& reports);
598 void CustomCsvReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in CustomCsvReporter