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
Nicolas Grekas c6409da7ef Merge branch '4.4'
* 4.4:
  fix merge
  Fix inconsistent return points.
  pass translation parameters to the trans filter
  [Mime] fixed wrong mimetype
  [ProxyManagerBridge] Polyfill for unmaintained version
  [HttpClient] Declare `$active` first to prevent weird issue
  Remove deprecated assertContains
  [HttpClient] fix tests
  SCA: dropped unused mocks, duplicate import and a function alias usage
  Added correct plural for box -> boxes
  [Config] fix test
  Fix remaining tests
  fix getName() when transport is null
  [Console] Check for ErrorHandler classes
  Improve fa (persian) translation
2019-08-07 14:07:17 +02:00
..
Tests Merge branch '3.4' into 4.3 2019-08-07 13:52:19 +02: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 Bump Symfony 5.0 to PHP 7.2 2019-05-28 18:49:20 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +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] Add type-hints for Stopwatch and Section classes 2019-07-29 18:24:06 +02:00
Stopwatch.php [Stopwatch] fix wrong nullable type 2019-07-29 18:24:06 +02:00
StopwatchEvent.php add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
StopwatchPeriod.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00

Stopwatch Component

The Stopwatch component provides a way to profile code.

Resources