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-08-11 11:41:23 +02:00
..
Tests Add name property to the stopwatchEvent 2020-08-11 11:41:23 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Stopwatch] fix wrong nullable type 2019-07-29 18:24:06 +02:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +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 Add name property to the stopwatchEvent 2020-08-11 11:41:23 +02:00
Stopwatch.php Merge branch '4.4' into 5.0 2020-03-18 09:00:37 +01:00
StopwatchEvent.php Add name property to the stopwatchEvent 2020-08-11 11:41:23 +02:00
StopwatchPeriod.php Update StopwatchPeriod.php 2020-07-31 08:22:04 +02:00

Stopwatch Component

The Stopwatch component provides a way to profile code.

Resources