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
2013-01-04 17:58:00 +01:00
..
Tests [Stopwatch] Get the "real size" used & minor tweaks 2012-11-11 11:18:42 +01:00
.gitattributes moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
.gitignore moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
composer.json moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
LICENSE updated license year 2013-01-04 17:58:00 +01:00
phpunit.xml.dist moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
README.md moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
Stopwatch.php fixed CS 2012-12-11 11:49:22 +01:00
StopwatchEvent.php merged branch dlsniper/stopwatch (PR #5966) 2012-11-12 10:43:44 +01:00
StopwatchPeriod.php [Stopwatch] Get the "real size" used & minor tweaks 2012-11-11 11:18:42 +01:00

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 --dev
$ phpunit