function Stopwatch::__construct
File
-
webprofiler/
src/ Stopwatch.php, line 33
Class
- Stopwatch
- Class Stopwatch
Namespace
Drupal\webprofilerCode
public function __construct() {
$this->sections = $this->activeSections = [
'__root__' => new Section('__root__'),
];
}