Search for stop

  1. Search 6.x-1.x for stop
  2. Search 7.x-1.x for stop
  3. Search 4.x for stop
  4. Search 5.x for stop
  5. Other projects
Title Object type File name Summary
ProfilerExtension::$stopwatch property webprofiler/src/Twig/Extension/ProfilerExtension.php
Section::stopEvent function webprofiler/src/Stopwatch.php Stops an event.
stopwatch service webprofiler/webprofiler.services.yml Drupal\webprofiler\Stopwatch
Stopwatch class webprofiler/src/Stopwatch.php Class Stopwatch
Stopwatch.php file webprofiler/src/Stopwatch.php
Stopwatch::$activeSections property webprofiler/src/Stopwatch.php
Stopwatch::$sections property webprofiler/src/Stopwatch.php
Stopwatch::getSectionEvents function webprofiler/src/Stopwatch.php Gets all events for a given section.
Stopwatch::isStarted function webprofiler/src/Stopwatch.php Checks if the event was started
Stopwatch::lap function webprofiler/src/Stopwatch.php Stops then restarts an event.
Stopwatch::openSection function webprofiler/src/Stopwatch.php Creates a new section or re-opens an existing section.
Stopwatch::start function webprofiler/src/Stopwatch.php Starts an event.
Stopwatch::stop function webprofiler/src/Stopwatch.php Stops an event.
Stopwatch::stopSection function webprofiler/src/Stopwatch.php Stops the last started section.
Stopwatch::__construct function webprofiler/src/Stopwatch.php
StopwatchEvent class webprofiler/src/Stopwatch.php Class StopwatchEvent
StopwatchEvent::$category property webprofiler/src/Stopwatch.php
StopwatchEvent::$origin property webprofiler/src/Stopwatch.php
StopwatchEvent::$periods property webprofiler/src/Stopwatch.php
StopwatchEvent::$started property webprofiler/src/Stopwatch.php
StopwatchEvent::ensureStopped function webprofiler/src/Stopwatch.php Stops all non already stopped periods.
StopwatchEvent::formatTime function webprofiler/src/Stopwatch.php Formats a time.
StopwatchEvent::getCategory function webprofiler/src/Stopwatch.php Gets the category.
StopwatchEvent::getDuration function webprofiler/src/Stopwatch.php Gets the duration of the events (including all periods).
StopwatchEvent::getEndTime function webprofiler/src/Stopwatch.php Gets the relative time of the end of the last period.
StopwatchEvent::getMemory function webprofiler/src/Stopwatch.php Gets the max memory usage of all periods.
StopwatchEvent::getNow function webprofiler/src/Stopwatch.php Return the current time relative to origin.
StopwatchEvent::getOrigin function webprofiler/src/Stopwatch.php Gets the origin.
StopwatchEvent::getPeriods function webprofiler/src/Stopwatch.php Gets all event periods.
StopwatchEvent::getStartTime function webprofiler/src/Stopwatch.php Gets the relative time of the start of the first period.
StopwatchEvent::isStarted function webprofiler/src/Stopwatch.php Checks if the event was started
StopwatchEvent::lap function webprofiler/src/Stopwatch.php Stops the current period and then starts a new one.
StopwatchEvent::start function webprofiler/src/Stopwatch.php Starts a new event period.
StopwatchEvent::stop function webprofiler/src/Stopwatch.php Stops the last started event period.
StopwatchEvent::__construct function webprofiler/src/Stopwatch.php Constructor.
StopwatchPeriod class webprofiler/src/Stopwatch.php Class StopwatchPeriod
StopwatchPeriod::$end property webprofiler/src/Stopwatch.php
StopwatchPeriod::$memory property webprofiler/src/Stopwatch.php
StopwatchPeriod::$start property webprofiler/src/Stopwatch.php
StopwatchPeriod::getDuration function webprofiler/src/Stopwatch.php Gets the time spent in this period.
StopwatchPeriod::getEndTime function webprofiler/src/Stopwatch.php Gets the relative time of the end of the period.
StopwatchPeriod::getMemory function webprofiler/src/Stopwatch.php Gets the memory usage.
StopwatchPeriod::getStartTime function webprofiler/src/Stopwatch.php Gets the relative time of the start of the period.
StopwatchPeriod::__construct function webprofiler/src/Stopwatch.php Constructor.
TraceableContainer::$hasStopwatch property webprofiler/src/DependencyInjection/TraceableContainer.php
TraceableContainer::$stopwatch property webprofiler/src/DependencyInjection/TraceableContainer.php
TraceableEventDispatcher::$stopwatch property webprofiler/src/EventDispatcher/TraceableEventDispatcher.php The stopwatch service.
TraceableEventDispatcher::setStopwatch function webprofiler/src/EventDispatcher/TraceableEventDispatcher.php