Searched refs:JsonReporter (Results 1 – 3 of 3) sorted by relevance
166 void JsonReporter::ReportQPS(const ScenarioResult& result) { in ReportQPS()174 void JsonReporter::ReportQPSPerCore(const ScenarioResult& result) { in ReportQPSPerCore()178 void JsonReporter::ReportLatency(const ScenarioResult& result) { in ReportLatency()182 void JsonReporter::ReportTimes(const ScenarioResult& result) { in ReportTimes()186 void JsonReporter::ReportCpuUsage(const ScenarioResult& result) { in ReportCpuUsage()190 void JsonReporter::ReportPollCount(const ScenarioResult& result) { in ReportPollCount()194 void JsonReporter::ReportQueriesPerCpuSec(const ScenarioResult& result) { in ReportQueriesPerCpuSec()
113 class JsonReporter : public Reporter {115 JsonReporter(const string& name, const string& report_file) in JsonReporter() function
71 new JsonReporter("JsonReporter", FLAGS_scenario_result_file))); in InitBenchmarkReporters()