function timer_stop

Deprecated

as of Drupal 8.0.

See also

\Drupal\Component\Utility\Timer::stop

1 call to timer_stop()
ViewUI::renderPreview in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php

File

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

Code

function timer_stop($name) {
  return Timer::stop($name);
}