We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04577e9 commit 7a8b06fCopy full SHA for 7a8b06f
components/stopwatch.rst
@@ -60,6 +60,12 @@ You can also provide a category name to an event::
60
You can consider categories as a way of tagging events. For example, the
61
Symfony Profiler tool uses categories to nicely color-code different events.
62
63
+.. tip::
64
+
65
+ When you want to show events in the symfony profiler, autowire
66
+ `Symfony\Component\Stopwatch\Stopwatch` into your service. Each category
67
+ is shown on a separate line.
68
69
Periods
70
-------
71
0 commit comments