mirror of
https://github.com/friendica/friendica
synced 2025-04-29 17:44:24 +02:00
Parser is now session
This commit is contained in:
parent
c03fb998f4
commit
ab24f58bad
3 changed files with 6 additions and 6 deletions
|
@ -198,7 +198,7 @@ class Profiler implements ContainerInterface
|
|||
$this->performance['network'] = 0;
|
||||
$this->performance['file'] = 0;
|
||||
$this->performance['rendering'] = 0;
|
||||
$this->performance['parser'] = 0;
|
||||
$this->performance['session'] = 0;
|
||||
$this->performance['marktime'] = 0;
|
||||
$this->performance['marktime'] = microtime(true);
|
||||
$this->performance['classcreate'] = 0;
|
||||
|
@ -220,7 +220,7 @@ class Profiler implements ContainerInterface
|
|||
$this->callstack['network'] = [];
|
||||
$this->callstack['file'] = [];
|
||||
$this->callstack['rendering'] = [];
|
||||
$this->callstack['parser'] = [];
|
||||
$this->callstack['session'] = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue