This line vanished accidentally ...
This commit is contained in:
parent
571d1544e4
commit
5769c08cbc
1
boot.php
1
boot.php
|
@ -553,6 +553,7 @@ class App {
|
||||||
$this->performance["rendering"] = 0;
|
$this->performance["rendering"] = 0;
|
||||||
$this->performance["parser"] = 0;
|
$this->performance["parser"] = 0;
|
||||||
$this->performance["marktime"] = 0;
|
$this->performance["marktime"] = 0;
|
||||||
|
$this->performance["markstart"] = microtime(true);
|
||||||
|
|
||||||
$this->callstack["database"] = array();
|
$this->callstack["database"] = array();
|
||||||
$this->callstack["network"] = array();
|
$this->callstack["network"] = array();
|
||||||
|
|
Loading…
Reference in a new issue