class Stopwatch

Stopwatch provides a way to profile code.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • class \Symfony\Component\HttpKernel\Debug\Stopwatch

Expanded class hierarchy of Stopwatch

3 files declare their use of Stopwatch

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php, line 19

Namespace

Symfony\Component\HttpKernel\Debug
View source

Members

Namesort descending Modifiers Type Description Overrides
Stopwatch::$activeSections private property
Stopwatch::$sections private property
Stopwatch::getSectionEvents public function Gets all events for a given section.
Stopwatch::lap public function Stops then restarts an event.
Stopwatch::openSection public function Creates a new section or re-opens an existing section.
Stopwatch::start public function Starts an event.
Stopwatch::stop public function Stops an event.
Stopwatch::stopSection public function Stops the last started section.
Stopwatch::__construct public function