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-04-17 10:17:10 +03:00
..
Tests [Stopwatch] Fix array definition from 5.4 2013-04-17 10:17:10 +03: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 updated the branch alias in composer files 2013-01-31 22:39:01 +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 [Stopwatch] Fix checking started events 2013-04-17 07:37:59 +02:00
StopwatchEvent.php [Stopwatch] Fix checking started events 2013-04-17 07:37:59 +02: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