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
2014-11-29 13:01:15 +01:00
..
Tests [Stopwatch] added __toString on StopwatchEvent 2014-11-29 13:01:15 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
composer.json updated version to 2.7 2014-11-10 19:00:54 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
Section.php Added retrieval of sections 2014-06-06 05:26:05 +02:00
Stopwatch.php Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
StopwatchEvent.php [Stopwatch] added __toString on StopwatchEvent 2014-11-29 13:01:15 +01:00
StopwatchPeriod.php Merge branch '2.3' into 2.4 2014-04-16 12:34:31 +02: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
$ phpunit