We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5beb2 commit e34ce40Copy full SHA for e34ce40
components/stopwatch.rst
@@ -51,13 +51,12 @@ Symfony Profiler tool uses categories to nicely color-code different events.
51
Usage in symfony
52
----------------
53
54
-In a Controller, do:
+In a Controller, do::
55
56
$stopwatch = $this->get('debug.stopwatch');
57
$stopwatch->start('anEvent');
58
59
-Or inject `Symfony\Component\Stopwatch\Stopwatch` by autowiring.
60
-
+Or inject :class:`Symfony\\Component\\Stopwatch\\Stopwatch` by autowiring.
61
Thereafter this timing can be seen in the profiler.
62
63
Periods
0 commit comments