Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp82 double durationInS, int repetationIndex, BenchmarkResults* reports) { in outputBenchmarkReport() argument
89 report.real_accumulated_time = durationInS; in outputBenchmarkReport()
90 report.cpu_accumulated_time = durationInS; in outputBenchmarkReport()
91 report.counters["FPS"] = opts.frameCount / durationInS; in outputBenchmarkReport()