Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dreport.cc198 void RpcReporter::ReportQPS(const ScenarioResult& result) { in ReportQPS()
214 void RpcReporter::ReportQPSPerCore(const ScenarioResult& result) { in ReportQPSPerCore()
218 void RpcReporter::ReportLatency(const ScenarioResult& result) { in ReportLatency()
222 void RpcReporter::ReportTimes(const ScenarioResult& result) { in ReportTimes()
226 void RpcReporter::ReportCpuUsage(const ScenarioResult& result) { in ReportCpuUsage()
230 void RpcReporter::ReportPollCount(const ScenarioResult& result) { in ReportPollCount()
234 void RpcReporter::ReportQueriesPerCpuSec(const ScenarioResult& result) { in ReportQueriesPerCpuSec()
Dreport.h130 class RpcReporter : public Reporter {
132 RpcReporter(const string& name, const std::shared_ptr<grpc::Channel>& channel) in RpcReporter() function
Dbenchmark_config.cc79 composite_reporter->add(std::unique_ptr<Reporter>(new RpcReporter( in InitBenchmarkReporters()