function timer_start

Deprecated

as of Drupal 8.0.

See also

\Drupal\Component\Utility\Timer::start

2 calls to timer_start()
ViewUI::renderPreview in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
_batch_process in drupal/core/includes/batch.inc
Processes sets in a batch.

File

drupal/core/includes/bootstrap.inc, line 246
Functions that need to be loaded on every Drupal request.

Code

function timer_start($name) {
  Timer::start($name);
}