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/tool-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,12 +229,12 @@
229
229
230
230
### `performance_start_trace`
231
231
232
-
**Description:** Starts a performance trace recording on the selected page.
232
+
**Description:** Starts a performance trace recording on the selected page. This can be used to look for performance problems and insights to improve the performance of the page. It will also report Core Web Vital (CWV) scores for the page.
233
233
234
234
**Parameters:**
235
235
236
236
-**autoStop** (boolean) **(required)**: Determines if the trace recording should be automatically stopped.
237
-
-**reload** (boolean) **(required)**: Determines if, once tracing has started, the page should be automatically reloaded
237
+
-**reload** (boolean) **(required)**: Determines if, once tracing has started, the page should be automatically reloaded.
0 commit comments