Home
last modified time | relevance | path

Searched refs:BenchmarkResults (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkResultsReporter.java18 import static android.multiuser.BenchmarkResults.DECLARED_VALUE_IF_ERROR_MS;
71 stats = BenchmarkResults.getFailedStatsToReport(); in apply()
73 BenchmarkResults.getFailedStatsToLog()); in apply()
H A DBenchmarkRunner.java37 private final BenchmarkResults mResults = new BenchmarkResults();
H A DBenchmarkResults.java24 public class BenchmarkResults { class
/aosp12/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp79 using BenchmarkResults = std::vector<benchmark::BenchmarkReporter::Run>; typedef
82 double durationInS, int repetationIndex, BenchmarkResults* reports) { in outputBenchmarkReport()
102 BenchmarkResults* reports) { in doRun()
190 BenchmarkResults results; in run()