Home
last modified time | relevance | path

Searched refs:startTimes (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php28 private static $startTimes = array(); variable in PHP_Timer
40 array_push(self::$startTimes, microtime(true));
50 return microtime(true) - array_pop(self::$startTimes);