Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp68 double durationInS) { in outputBenchmarkReport() argument
90 report.real_accumulated_time = durationInS; in outputBenchmarkReport()
91 report.cpu_accumulated_time = durationInS; in outputBenchmarkReport()
92 report.items_per_second = opts.count / durationInS; in outputBenchmarkReport()
103 durationInS = proxy->frameTimePercentile(ri.percentile) / 1000.0; in outputBenchmarkReport()
104 reports[0].real_accumulated_time = durationInS; in outputBenchmarkReport()
105 reports[0].cpu_accumulated_time = durationInS; in outputBenchmarkReport()