function Stopwatch::__construct

File

webprofiler/src/Stopwatch.php, line 33

Class

Stopwatch
Class Stopwatch

Namespace

Drupal\webprofiler

Code

public function __construct() {
    $this->sections = $this->activeSections = [
        '__root__' => new Section('__root__'),
    ];
}