aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/timer.cc')
-rw-r--r--test/cpp/qps/timer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/timer.cc b/test/cpp/qps/timer.cc
index 8edb838da3..3ec7f49f83 100644
--- a/test/cpp/qps/timer.cc
+++ b/test/cpp/qps/timer.cc
@@ -61,7 +61,7 @@ Timer::Result Timer::Sample() {
return r;
}
-Timer::Result Timer::Mark() {
+Timer::Result Timer::Mark() const {
Result s = Sample();
Result r;
r.wall = s.wall - start_.wall;