class Stopwatch in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\Stopwatch
- 8.2 webprofiler/src/Stopwatch.php \Drupal\webprofiler\Stopwatch
- 4.x webprofiler/src/Stopwatch.php \Drupal\webprofiler\Stopwatch
Class Stopwatch
Hierarchy
- class \Drupal\webprofiler\Stopwatch extends \Symfony\Component\Stopwatch\Stopwatch
Expanded class hierarchy of Stopwatch
1 file declares its use of Stopwatch
- TraceableEventDispatcher.php in webprofiler/
src/ EventDispatcher/ TraceableEventDispatcher.php
1 string reference to 'Stopwatch'
- webprofiler.services.yml in webprofiler/
webprofiler.services.yml - webprofiler/webprofiler.services.yml
1 service uses Stopwatch
- stopwatch in webprofiler/
webprofiler.services.yml - Drupal\webprofiler\Stopwatch
File
- webprofiler/
src/ Stopwatch.php, line 8
Namespace
Drupal\webprofilerView source
class Stopwatch extends \Symfony\Component\Stopwatch\Stopwatch {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Stopwatch:: |
private | property | ||
Stopwatch:: |
private | property | ||
Stopwatch:: |
public | function | Gets all events for a given section. | |
Stopwatch:: |
public | function | Checks if the event was started | |
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 |