From: Roland Häder Date: Tue, 8 Nov 2011 05:05:04 +0000 (+0000) Subject: No! More numbers! ;) X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=e2223f8fd92a3f8c7ae947e195f166b87cbb6413 No! More numbers! ;) --- diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 786bee6b..34c10efe 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -1958,7 +1958,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { $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;