Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php21 $this->assertInternalType('float', PHP_Timer::stop());
32 PHP_Timer::secondsToTimeString($seconds)
43 PHP_Timer::timeSinceStartOfRequest()
55 PHP_Timer::resourceUsage()
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php14 class PHP_Timer class
100 PHP_Timer::$requestTime = $_SERVER['REQUEST_TIME_FLOAT'];
102 PHP_Timer::$requestTime = $_SERVER['REQUEST_TIME'];
104 PHP_Timer::$requestTime = microtime(true);
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md3 # PHP_Timer chapter
22 PHP_Timer::start();
26 $time = PHP_Timer::stop();
29 print PHP_Timer::secondsToTimeString($time);
40 print PHP_Timer::resourceUsage();
H A DLICENSE1 PHP_Timer
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php184 PHP_Timer::start();
187 $time = PHP_Timer::stop();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php662 PHP_Timer::start();
743 $time = PHP_Timer::stop();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php322 $this->write("\n\n" . PHP_Timer::resourceUsage() . "\n\n");