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
2020-01-01 12:03:25 +01:00
..
Tests bug #34181 [Stopwatch] Fixed bug in getDuration when counting multiple ongoing periods (TimoBakx) 2019-11-03 18:17:59 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Add support for microseconds in Stopwatch 2017-07-06 12:14:58 +03:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Section.php [Stopwatch] fix some phpdocs 2019-07-29 15:17:57 +02:00
Stopwatch.php switched array() to [] 2019-01-16 10:39:14 +01:00
StopwatchEvent.php bug #34181 [Stopwatch] Fixed bug in getDuration when counting multiple ongoing periods (TimoBakx) 2019-11-03 18:17:59 +01:00
StopwatchPeriod.php Merge branch '3.3' into 3.4 2017-10-02 08:49:52 +02:00

Stopwatch Component

The Stopwatch component provides a way to profile code.

Resources