From ab0218742fc540ac90e6e5ecd6c8dae8f7d0d8a4 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 19 Apr 2011 12:04:41 +0000 Subject: show better units for stats --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 3a05998..d70c514 100644 --- a/index.php +++ b/index.php @@ -400,10 +400,10 @@ if ($total > 0) { $s .= ''; - $s .= sprintf(' - + $s .= sprintf(' + ', - $buildtime_total, + round($buildtime_total / 60, 2), $buildtime_avg, $buildtime_cnt); -- cgit v1.2.1
Build time
Total time%s
Average%s
Total time%s hours
Average%s minutes
Builds count%s