class Profiler

Profiler.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • class \Symfony\Component\HttpKernel\Profiler\Profiler

Expanded class hierarchy of Profiler

3 files declare their use of Profiler

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php, line 25

Namespace

Symfony\Component\HttpKernel\Profiler
View source

Members

Namesort descending Modifiers Type Description Overrides
Profiler::$collectors private property
Profiler::$enabled private property
Profiler::$logger private property
Profiler::$storage private property
Profiler::add public function Adds a Collector.
Profiler::all public function Gets the Collectors associated with this profiler.
Profiler::collect public function Collects data for the given Response.
Profiler::disable public function Disables the profiler.
Profiler::enable public function Enables the profiler.
Profiler::export public function Exports the current profiler data.
Profiler::find public function Finds profiler tokens for the given criteria.
Profiler::get public function Gets a Collector by name.
Profiler::has public function Returns true if a Collector for the given name exists.
Profiler::import public function Imports data into the profiler storage.
Profiler::loadProfile public function Loads the Profile for the given token.
Profiler::loadProfileFromResponse public function Loads the Profile for the given Response.
Profiler::purge public function Purges all data from the storage.
Profiler::saveProfile public function Saves a Profile.
Profiler::set public function Sets the Collectors associated with this profiler.
Profiler::__construct public function Constructor.