X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=34c10efe4aae4054f3fc3a71a176eabcd141d902;hp=786bee6b6b8fa45963a9708bdf4b8b2f164d8d31;hb=e2223f8fd92a3f8c7ae947e195f166b87cbb6413;hpb=5fc2c45da7b1095ae800ef8060cc3b6737b58785 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;