This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Stopwatch/README.md

14 lines
249 B
Markdown
Raw Normal View History

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.phar install
$ phpunit