From c369cf1a16be2c30ace8d260abcb85638544ea84 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 11 May 2020 20:26:33 +0200 Subject: Increase display width of the local/global sizes --- src/tuning/tuning.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/tuning/tuning.cpp b/src/tuning/tuning.cpp index 0fc6112a..be6b233e 100644 --- a/src/tuning/tuning.cpp +++ b/src/tuning/tuning.cpp @@ -82,7 +82,7 @@ void PrintTimingsToFileAsJSON(const std::string &filename, void print_separator(const size_t parameters_size) { printf("x------x-------x"); for (auto i = size_t{0}; i < parameters_size; ++i) { printf("-----"); } - printf("-x------------x-------------x----------------x--------------x--------x-------------------x\n"); + printf("-x-----------------x-----------------x----------------x--------------x--------x-------------------x\n"); } // ================================================================================================= @@ -204,7 +204,7 @@ void Tuner(int argc, char* argv[], const int V, printf("\n"); printf("| ID | total |"); for (auto i = size_t{0}; i < settings.parameters.size() - 1; ++i) { printf(" "); } - printf("param | local | global | compiles | time | %6s | status |\n", settings.performance_unit.c_str()); + printf("param | local | global | compiles | time | %6s | status |\n", settings.performance_unit.c_str()); print_separator(settings.parameters.size()); // First runs a reference example to compare against @@ -227,7 +227,7 @@ void Tuner(int argc, char* argv[], const int V, for (auto i=size_t{0}; i(); @@ -283,7 +283,7 @@ void Tuner(int argc, char* argv[], const int V, for (auto i=size_t{0}; i