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
Fabien Potencier f828aee7f7 Merge branch '2.4'
* 2.4:
  fixed various inconsistencies
  reduced recursion when building DumperPrefixCollection
  renamed variables - making next change more readable
  removing dead code.
  [ExpressionLanguage] added some tests for the built-in constant() function
  [ExpressionLanguage] added some documentation about functions
  [DomCrawler] Fixed filterXPath() chaining
  [DomCrawler] Fixed incorrect handling of image inputs
2014-02-11 14:52:21 +01:00
..
Tests Allow retrieving unstopped stopwatch events 2014-02-04 12:05:45 +01:00
.gitattributes moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
composer.json updated version to 2.5 2013-11-24 21:17:07 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
Stopwatch.php Allow retrieving unstopped stopwatch events 2014-02-04 12:05:45 +01:00
StopwatchEvent.php Merge branch '2.4' 2014-02-11 14:52:21 +01:00
StopwatchPeriod.php unify constructor initialization style throughout symfony 2013-11-11 19:40:07 +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
$ phpunit