Files
librenms/lib/influxdb-php/vendor/symfony/stopwatch/README.md
T
2015-12-02 23:51:36 +00:00

244 B

Stopwatch Component

Stopwatch provides a way to profile code.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Stopwatch/
$ composer install
$ phpunit