1--- bon_time.cpp.orig 2019-09-02 11:43:11 UTC 2+++ bon_time.cpp 3@@ -146,7 +146,7 @@ int BonTimer::print_stat(tests_t test, i 4 } 5 else 6 { 7- fprintf(m_fp, " %5d", stat); 8+ fprintf(m_fp, " %5f", stat); 9 } 10 } 11 else 12 13