comparison core/lib/Drupal/Component/Utility/Timer.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
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