aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/util/clientstatus.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-02 12:05:10 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-04-02 12:05:10 +0000
commit63eac4550cb4ebc15816f79fa052e6416821e68b (patch)
treef25b1c167ebee4457ce28dc608613d2017a6fc47 /fbench/src/util/clientstatus.cpp
parent448f5a09f05e0d17d58f9433d8fe78403f0ff78d (diff)
Add more fine grained pecentiles add 98, 99.5,99.6, 99.7, 99.8, 99.9
Diffstat (limited to 'fbench/src/util/clientstatus.cpp')
-rw-r--r--fbench/src/util/clientstatus.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/fbench/src/util/clientstatus.cpp b/fbench/src/util/clientstatus.cpp
index 9e03068e13c..6ef188da201 100644
--- a/fbench/src/util/clientstatus.cpp
+++ b/fbench/src/util/clientstatus.cpp
@@ -1,6 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "clientstatus.h"
-#include <string.h>
+#include <cstring>
#include <cmath>
@@ -24,9 +24,7 @@ ClientStatus::ClientStatus()
{
}
-ClientStatus::~ClientStatus()
-{
-}
+ClientStatus::~ClientStatus() = default;
void
ClientStatus::SetError(const char *errorMsg)