You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/index.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,14 +320,15 @@ Helper Functions
320
320
Using DebugTimer
321
321
----------------
322
322
323
-
Use the DebugTimer to measure parts of the code that are not captured by the default timers, such as portions of a controller action, service logic or view rendering::
323
+
Use the `DebugTimer` to measure parts of the code that are not captured by the default timers,
324
+
such as portions of a controller action, service logic or view rendering::
324
325
325
326
use DebugKit\DebugTimer;
326
327
327
328
public function view($id)
328
329
{
329
330
DebugTimer::start('load_article', 'Fetching article from database');
0 commit comments