Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dreport.cc166 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()
Dreport.h113 class JsonReporter : public Reporter {
115 JsonReporter(const string& name, const string& report_file) in JsonReporter() function
Dbenchmark_config.cc71 new JsonReporter("JsonReporter", FLAGS_scenario_result_file))); in InitBenchmarkReporters()