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
@@ -326,14 +326,15 @@ Helper Functions
326
326
Using DebugTimer
327
327
----------------
328
328
329
-
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::
329
+
Use the `DebugTimer` to measure parts of the code that are not captured by the default timers,
330
+
such as portions of a controller action, service logic or view rendering::
330
331
331
332
use DebugKit\DebugTimer;
332
333
333
334
public function view($id)
334
335
{
335
336
DebugTimer::start('load_article', 'Fetching article from database');
0 commit comments