
New in Symfony 3.4: Stopwatch improvements
The Stopwatch component provides a simple and consistent way to measure
execution time of certain parts of your code. It's more convenient and powerful
than calling to microtime() PHP function continu...
Read more