From b33eb26dee1c161572b209a8fe3f58419ce4874f Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Mon, 28 Jan 2019 14:05:20 -0800 Subject: [PATCH] Tweak the spacing for the total_wait_time per second. --- src/stats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stats.c b/src/stats.c index eb210758..4c427e0d 100644 --- a/src/stats.c +++ b/src/stats.c @@ -130,6 +130,7 @@ mutex_stats_init_cols(emitter_row_t *row, const char *table_name, #undef OP #undef WIDTH_uint32_t #undef WIDTH_uint64_t + col_uint64_t[mutex_counter_total_wait_time_ps].width = 10; } static void