aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/usage_timer.h
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2016-10-06 15:05:29 -0700
committerGravatar Yuxuan Li <yuxuanli@google.com>2016-10-06 15:05:29 -0700
commitfe21ec90f6f2b3f20aec3dad5bb085630cfbc621 (patch)
treeefd58b70cfdae1419922861947a1c0eca7096660 /test/cpp/qps/usage_timer.h
parent3a9f49d409d5fa552ea6053eedfa0a8e27d160e0 (diff)
batched changes
Diffstat (limited to 'test/cpp/qps/usage_timer.h')
-rw-r--r--test/cpp/qps/usage_timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/qps/usage_timer.h b/test/cpp/qps/usage_timer.h
index 8343cd6653..0fc1b47996 100644
--- a/test/cpp/qps/usage_timer.h
+++ b/test/cpp/qps/usage_timer.h
@@ -42,6 +42,8 @@ class UsageTimer {
double wall;
double user;
double system;
+ unsigned long long total_cpu_time;
+ unsigned long long idle_cpu_time;
};
Result Mark() const;