comparison core/lib/Drupal/Component/Utility/Timer.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
7 * 7 *
8 * @ingroup utility 8 * @ingroup utility
9 */ 9 */
10 class Timer { 10 class Timer {
11 11
12 static protected $timers = []; 12 protected static $timers = [];
13 13
14 /** 14 /**
15 * Starts the timer with the specified name. 15 * Starts the timer with the specified name.
16 * 16 *
17 * If you start and stop the same timer multiple times, the measured intervals 17 * If you start and stop the same timer multiple times, the measured intervals