Classes
| Name | Location | Description |
|---|---|---|
| BootstrapTimerTestCase | modules/ |
Functions & methods
| Name | Location | Description |
|---|---|---|
| BootstrapTimerTestCase::getInfo | modules/ | |
| BootstrapTimerTestCase::testTimer | modules/ | Test timer_read() to ensure it properly accumulates time when the timer started and stopped multiple times. |
| devel_timer | ./ | Displays page execution time at the bottom of the page. |
| timer_read | includes/ | Reads the current timer value without stopping the timer. |
| timer_start | includes/ | Starts the timer with the specified name. |
| timer_stop | includes/ | Stops the timer with the specified name. |
Globals
| Name | Location | Description |
|---|---|---|
| $timers | developer/ | Timers that have been created by timer_start(). |