Stopwatch provides a way to profile code.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of Stopwatch
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Stopwatch:: |
private | property | ||
Stopwatch:: |
private | property | ||
Stopwatch:: |
public | function | Gets all events for a given section. | |
Stopwatch:: |
public | function | Stops then restarts an event. | |
Stopwatch:: |
public | function | Creates a new section or re-opens an existing section. | |
Stopwatch:: |
public | function | Starts an event. | |
Stopwatch:: |
public | function | Stops an event. | |
Stopwatch:: |
public | function | Stops the last started section. | |
Stopwatch:: |
public | function |