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 1d86ea10ff Merge branch '2.3'
* 2.3:
  [Validator] fixed ConstraintViolation:: incorrect when nested
  handle Optional and Required constraints from XML or YAML sources correctly
  added missing comments to WebTestCase
  Fixed #8455: PhpExecutableFinder::find() does not always return the correct binary
  Added missing files .gitignore
  [DependencyInjection] Fix Container::camelize to convert beginning and ending chars
  [Validator] Fixed groups argument misplace for validateValue method from validator class
  [Form] Fix of "PATCH'ed forms are never valid"
2013-07-21 22:19:01 +02: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 Added missing files .gitignore 2013-07-21 14:12:18 +02:00
composer.json updated version to 2.4 2013-05-16 09:54:39 +02: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