summaryrefslogtreecommitdiff
path: root/src/utilities.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-07-06 21:25:55 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-07-06 21:25:55 +0200
commit77325b8974e19188fc5afad1447d4df4f9ae30fd (patch)
treeec5c44ea16d704242b0c4b615d382f2b88ae3459 /src/utilities.hpp
parent2d665099ef6b14713beb0cac1bd405073a49e791 (diff)
Added an option to the performance clients to do a warm-up run before timing
Diffstat (limited to 'src/utilities.hpp')
-rw-r--r--src/utilities.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utilities.hpp b/src/utilities.hpp
index 5a4eef0f..d5efab9f 100644
--- a/src/utilities.hpp
+++ b/src/utilities.hpp
@@ -80,8 +80,9 @@ constexpr auto kArgComparecblas = "cblas";
constexpr auto kArgStepSize = "step";
constexpr auto kArgNumSteps = "num_steps";
constexpr auto kArgNumRuns = "runs";
+constexpr auto kArgWarmUp = "warm_up";
-// The client-specific arguments in string form
+// The test-specific arguments in string form
constexpr auto kArgFullTest = "full_test";
constexpr auto kArgVerbose = "verbose";