Profiler.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of Profiler
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Profiler:: |
private | property | ||
Profiler:: |
private | property | ||
Profiler:: |
private | property | ||
Profiler:: |
private | property | ||
Profiler:: |
public | function | Adds a Collector. | |
Profiler:: |
public | function | Gets the Collectors associated with this profiler. | |
Profiler:: |
public | function | Collects data for the given Response. | |
Profiler:: |
public | function | Disables the profiler. | |
Profiler:: |
public | function | Enables the profiler. | |
Profiler:: |
public | function | Exports the current profiler data. | |
Profiler:: |
public | function | Finds profiler tokens for the given criteria. | |
Profiler:: |
public | function | Gets a Collector by name. | |
Profiler:: |
public | function | Returns true if a Collector for the given name exists. | |
Profiler:: |
public | function | Imports data into the profiler storage. | |
Profiler:: |
public | function | Loads the Profile for the given token. | |
Profiler:: |
public | function | Loads the Profile for the given Response. | |
Profiler:: |
public | function | Purges all data from the storage. | |
Profiler:: |
public | function | Saves a Profile. | |
Profiler:: |
public | function | Sets the Collectors associated with this profiler. | |
Profiler:: |
public | function | Constructor. |