Search for timer

Classes

NameLocationDescription
BootstrapTimerTestCasemodules/simpletest/tests/bootstrap.test

Functions & methods

NameLocationDescription
BootstrapTimerTestCase::getInfomodules/simpletest/tests/bootstrap.test
BootstrapTimerTestCase::testTimermodules/simpletest/tests/bootstrap.testTest timer_read() to ensure it properly accumulates time when the timer started and stopped multiple times.
devel_timer./devel.moduleDisplays page execution time at the bottom of the page.
timer_readincludes/bootstrap.incReads the current timer value without stopping the timer.
timer_startincludes/bootstrap.incStarts the timer with the specified name.
timer_stopincludes/bootstrap.incStops the timer with the specified name.

Globals

NameLocationDescription
$timersdeveloper/globals.phpTimers that have been created by timer_start().