No! More numbers! ;)
authorRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 05:05:04 +0000 (05:05 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 05:05:04 +0000 (05:05 +0000)
inc/classes/main/class_BaseFrameworkSystem.php

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