aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.h
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2017-05-04 16:13:49 -0700
committerGravatar Yuxuan Li <yuxuanli@google.com>2017-05-04 16:13:49 -0700
commita33e2b27a130d06271d9ed6fa102e9010a1ad1d0 (patch)
tree204ef376e519a2e932f9d5c2c12e8cb384016869 /test/cpp/qps/report.h
parent5f9f37a33cd729ee225bbe0faa974db7e3634363 (diff)
add some comments
Diffstat (limited to 'test/cpp/qps/report.h')
-rw-r--r--test/cpp/qps/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/report.h b/test/cpp/qps/report.h
index 6ed3ea1b0d..621fa7cb00 100644
--- a/test/cpp/qps/report.h
+++ b/test/cpp/qps/report.h
@@ -76,7 +76,7 @@ class Reporter {
/** Reports server cpu usage. */
virtual void ReportCpuUsage(const ScenarioResult& result) = 0;
- /** Reports server cpu usage. */
+ /** Reports client and server poll usage inside completion queue. */
virtual void ReportPollCount(const ScenarioResult& result) = 0;
private: