Lines Matching refs:gpr_log
82 gpr_log(GPR_INFO, "QPS: %.1f", result.summary().qps()); in ReportQPS()
84 gpr_log(GPR_INFO, "failed requests/second: %.1f", in ReportQPS()
86 gpr_log(GPR_INFO, "successful requests/second: %.1f", in ReportQPS()
106 gpr_log(GPR_DEBUG, "%s[%d].%s = %" PRIdPTR, name, idx, in ReportCoreStats()
110 gpr_log(GPR_DEBUG, "%s[%d].%s = %.1lf/%.1lf/%.1lf (50/95/99%%-ile)", name, in ReportCoreStats()
122 gpr_log(GPR_INFO, "QPS: %.1f (%.1f/server core)", result.summary().qps(), in ReportQPSPerCore()
127 gpr_log(GPR_INFO, in ReportLatency()
137 gpr_log(GPR_INFO, "Server system time: %.2f%%", in ReportTimes()
139 gpr_log(GPR_INFO, "Server user time: %.2f%%", in ReportTimes()
141 gpr_log(GPR_INFO, "Client system time: %.2f%%", in ReportTimes()
143 gpr_log(GPR_INFO, "Client user time: %.2f%%", in ReportTimes()
148 gpr_log(GPR_INFO, "Server CPU usage: %.2f%%", in ReportCpuUsage()
153 gpr_log(GPR_INFO, "Client Polls per Request: %.2f", in ReportPollCount()
155 gpr_log(GPR_INFO, "Server Polls per Request: %.2f", in ReportPollCount()
160 gpr_log(GPR_INFO, "Server Queries/CPU-sec: %.2f", in ReportQueriesPerCpuSec()
162 gpr_log(GPR_INFO, "Client Queries/CPU-sec: %.2f", in ReportQueriesPerCpuSec()
203 gpr_log(GPR_INFO, "RPC reporter sending scenario result to server"); in ReportQPS()
207 gpr_log(GPR_INFO, "RpcReporter report RPC success!"); in ReportQPS()
209 gpr_log(GPR_ERROR, "RpcReporter report RPC: code: %d. message: %s", in ReportQPS()