Stopwatch |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
Stopwatch provides a way to profile code. |
timer_stop |
function |
drupal/core/includes/bootstrap.inc |
Stops the timer with the specified name. |
Process::stop |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Stops the process. |
Stopwatch.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
|
StopwatchTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php |
StopwatchTest |
Stopwatch::lap |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
Stops then restarts an event. |
StopwatchEvent |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Represents an Event managed by Stopwatch. |
Stopwatch::stop |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
Stops an event. |
Stopwatch::start |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
Starts an event. |
StopwatchTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php |
|
Section::stopEvent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
Stops an event. |
StopwatchEvent.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
|
StopwatchEventTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchEventTest.php |
StopwatchEventTest |
StopwatchEvent::lap |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Stops the current period and then starts a new one. |
Stopwatch::$sections |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
|
StopwatchEvent::stop |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Stops the last started event period. |
ProcessTest::testStop |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessTest.php |
|
StopwatchEvent::start |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Starts a new event period. |
Process::getStopSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns the number of the signal that caused the child process to stop its execution |
StopwatchEventTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchEventTest.php |
|
Stopwatch::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
|
Stopwatch::openSection |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
Creates a new section or re-opens an existing section. |
Stopwatch::stopSection |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
Stops the last started section. |
StopwatchEvent::getNow |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Return the current time relative to origin. |
RouteTest::testOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
Event::stopPropagation |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
Stops the propagation of the event to further event listeners. |
StopwatchTest::testLap |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php |
|
Process::hasBeenStopped |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns true if the child process has been stopped by a signal. |
StopwatchEvent::$origin |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
|
StopwatchTest::testStop |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php |
|
ElementTest::testOptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php |
Tests expansion of #options for #type checkboxes and radios. |
StopwatchEvent::$periods |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
|
StopwatchEvent::$started |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
|
StopwatchTest::testStart |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php |
|
StopwatchEvent::$category |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
|
StopwatchEvent::getOrigin |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Gets the origin. |
Stopwatch::$activeSections |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
|
StopwatchEvent::getPeriods |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Gets all event periods. |
StopwatchEvent::getEndTime |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Gets the relative time of the end of the last period. |
StopwatchEvent::formatTime |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Formats a time. |
Event::$propagationStopped |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
|
CacheArray::$keysToPersist |
property |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
An array of keys to add to the cache at the end of the request. |
StopwatchTest::testSection |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php |
|
Stopwatch::getSectionEvents |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php |
Gets all events for a given section. |
StopwatchEvent::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Constructor. |
StopwatchEvent::getCategory |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Gets the category. |
StopwatchEventTest::testLap |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchEventTest.php |
|
Event::isPropagationStopped |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
Returns whether further event listeners should be triggered. |
StopwatchEvent::getStartTime |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Gets the relative time of the start of the first period. |
StopwatchEvent::getTotalTime |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php |
Gets the total time of all periods. |