[rendertime] Timing problem during addon config read

This commit is contained in:
Philipp Holzer 2019-02-23 01:24:08 +01:00
parent 2d91d5c3d9
commit 3aae84edd1
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
2 changed files with 19 additions and 2 deletions

View file

@ -42,6 +42,18 @@ class Profiler implements ContainerInterface
return $this->rendertime;
}
/**
* Updates the enabling of the current profiler
*
* @param bool $enabled
* @param bool $renderTime
*/
public function update($enabled = false, $renderTime = false)
{
$this->enabled = $enabled;
$this->rendertime = $renderTime;
}
/**
* @param bool $enabled True, if the Profiler is enabled
* @param bool $renderTime True, if the Profiler should measure the whole rendertime including functions