]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
some more doc strings
[friendica.git] / boot.php
index 1b1c6a84d620b785bb0ce3066cc55a609d1a3a54..2242ba476d85f06e811eb872b4f435f5c2625ec0 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -553,9 +553,7 @@ class App {
                $this->performance["rendering"] = 0;
                $this->performance["parser"] = 0;
                $this->performance["marktime"] = 0;
-
-               $this->performance["file"] = 0;
-               $this->performance["file"] = 0;
+               $this->performance["markstart"] = microtime(true);
 
                $this->callstack["database"] = array();
                $this->callstack["network"] = array();
@@ -1042,9 +1040,6 @@ class App {
 
                $function = implode(", ", $function);
 
-               //$last = array_pop($trace);
-               //$function = $last["function"];
-
                $this->callstack[$value][$function] += (float)$duration;
 
        }