aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-11-04 00:30:12 -0800
committerGravatar Vijay Pai <vpai@google.com>2015-11-04 00:30:12 -0800
commitce846706287e68e644eb611be71b1a02b252f043 (patch)
tree0fbba18e5c8bc7bd3e058e561217af7c59595d49 /test/cpp/qps/driver.h
parent780a7f205d81eb4a63a4040329b527c3082fbf79 (diff)
clang-format
Diffstat (limited to 'test/cpp/qps/driver.h')
-rw-r--r--test/cpp/qps/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.h b/test/cpp/qps/driver.h
index 50c0ba63a1..50bf17ceab 100644
--- a/test/cpp/qps/driver.h
+++ b/test/cpp/qps/driver.h
@@ -44,7 +44,7 @@ namespace testing {
class ResourceUsage {
public:
ResourceUsage(double w, double u, double s, int c)
- : wall_time_(w), user_time_(u), system_time_(s), cores_(c) {}
+ : wall_time_(w), user_time_(u), system_time_(s), cores_(c) {}
double wall_time() const { return wall_time_; }
double user_time() const { return user_time_; }
double system_time() const { return system_time_; }