For better reading
authorRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 05:04:25 +0000 (05:04 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 05:04:25 +0000 (05:04 +0000)
inc/classes/main/class_BaseFrameworkSystem.php

index 479e8a7a6e8b18fd8a4c80868fc1fc02ad491eda..786bee6b6b8fa45963a9708bdf4b8b2f164d8d31 100644 (file)
@@ -1958,7 +1958,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                $executionTime = microtime(true) - $this->getStartupTime();
 
                // Pack it in nice braces
-               $executionTime = sprintf('[ %01.4f ] ', $executionTime);
+               $executionTime = sprintf('[ %01.3f ] ', $executionTime);
 
                // And return it
                return $executionTime;