We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac484f4 commit 295f109Copy full SHA for 295f109
components/stopwatch.rst
@@ -38,7 +38,8 @@ The :class:`Symfony\\Component\\Stopwatch\StopwatchEvent` object can be retrieve
38
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::start`,
39
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::stop`,
40
:method:`Symfony\\Component\\Stopwatch\\Stopwatch::lap` and
41
-:method:`Symfony\\Component\\Stopwatch\\Stopwatch::getEvent` methods.
+:method:`Symfony\\Component\\Stopwatch\\Stopwatch::getEvent` methods.
42
+The latter should be used when you need to retrieve the duration of an event while it is still running.
43
44
You can also provide a category name to an event::
45
0 commit comments