| commit | 119c103ab00f309a66de6f1cb78c648eb3c4e2cc | [log] [tgz] |
|---|---|---|
| author | vjpai <vpai@google.com> | Thu Oct 29 01:21:04 2015 -0700 |
| committer | vjpai <vpai@google.com> | Thu Oct 29 01:21:04 2015 -0700 |
| tree | 2c75fd44bc3cefc53c22121f0601f57b408a569f | |
| parent | 754751e3c60d416beb92938d7d453b23fa57dd7e [diff] [blame] |
Split up into a new service proto, use proper service suffix, add a reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
diff --git a/test/cpp/qps/timer.cc b/test/cpp/qps/timer.cc index 8edb838..3ec7f49 100644 --- a/test/cpp/qps/timer.cc +++ b/test/cpp/qps/timer.cc
@@ -61,7 +61,7 @@ return r; } -Timer::Result Timer::Mark() { +Timer::Result Timer::Mark() const { Result s = Sample(); Result r; r.wall = s.wall - start_.wall;