timer_start
Functions that call timer_start()
| Name | Location | Description |
|---|---|---|
| timer_start | includes/bootstrap.inc | Start the timer with the specified name. If you start and stop the same timer multiple times, the measured intervals will be accumulated. |
| _batch_process | includes/batch.inc | Advance batch processing for 1 second (or process the whole batch if it was not set for progressive execution - e.g forms submitted by drupal_execute). |
Functions called by timer_start()
| Name | Location | Description |
|---|---|---|
| timer_start | includes/bootstrap.inc | Start the timer with the specified name. If you start and stop the same timer multiple times, the measured intervals will be accumulated. |
