From 53eca5216e51bfd61238ad749f066463a1418b38 Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Mon, 18 Apr 2016 17:24:20 +0000 Subject: [PATCH] [STATS] print Total_* stats on their own line llvm-svn: 266633 --- openmp/runtime/src/kmp_stats.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openmp/runtime/src/kmp_stats.cpp b/openmp/runtime/src/kmp_stats.cpp index ffb9b90adf9a..a4c626b988d3 100644 --- a/openmp/runtime/src/kmp_stats.cpp +++ b/openmp/runtime/src/kmp_stats.cpp @@ -343,7 +343,10 @@ void kmp_stats_output_module::printTimerStats(FILE *statsOut, statistic const * char tag = timeStat::noUnits(s) ? ' ' : 'T'; fprintf (statsOut, "%-28s, %s\n", timeStat::name(s), stat->format(tag, true).c_str()); - // Also print the Total_ versions of times. + } + // Also print the Total_ versions of times. + for (timer_e s = timer_e(0); s