Searched refs:startTimes (Results 1 – 1 of 1) sorted by relevance
28 private static $startTimes = array(); variable in PHP_Timer40 array_push(self::$startTimes, microtime(true));50 return microtime(true) - array_pop(self::$startTimes);