Searched refs:durationInS (Results 1 – 1 of 1) sorted by relevance
82 double durationInS, int repetationIndex, BenchmarkResults* reports) { in outputBenchmarkReport() argument89 report.real_accumulated_time = durationInS; in outputBenchmarkReport()90 report.cpu_accumulated_time = durationInS; in outputBenchmarkReport()91 report.counters["FPS"] = opts.frameCount / durationInS; in outputBenchmarkReport()