Recommend this page to a friend! |
Classes of Duong Huynh Nghia | PHP Slim Framework 3 Modular Application | libraries/vendor/phpunit/php-timer/README.md | Download |
|
Download
PHP_TimerUtility class for timing things, factored out of PHPUnit into a stand-alone component. InstallationYou can add this library as a local, per-project dependency to your project using Composer:
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
UsageBasic Timing
The code above yields the output below:
Resource Consumption Since PHP Startup
The code above yields the output below:
|