Searched refs:ReportInfo (Results 1 – 1 of 1) sorted by relevance
70 struct ReportInfo { in outputBenchmarkReport() struct75 static std::array<ReportInfo, 4> REPORTS = { in outputBenchmarkReport()76 ReportInfo{50, "_50th"}, ReportInfo{90, "_90th"}, ReportInfo{95, "_95th"}, in outputBenchmarkReport()77 ReportInfo{99, "_99th"}, in outputBenchmarkReport()