]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
some more doc strings
[friendica.git] / boot.php
index 963f5c454ab622a7d215d03476ee48b0c008d7b8..2242ba476d85f06e811eb872b4f435f5c2625ec0 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -553,6 +553,7 @@ class App {
                $this->performance["rendering"] = 0;
                $this->performance["parser"] = 0;
                $this->performance["marktime"] = 0;
+               $this->performance["markstart"] = microtime(true);
 
                $this->callstack["database"] = array();
                $this->callstack["network"] = array();