performance_stop_trace
Stops an active performance trace on a specified page and saves the raw trace data to a chosen file path for analysis.
Instructions
Stop the active performance trace recording on the target webpage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Targets a specific page by ID. | |
| filePath | No | The absolute file path, or a file path relative to the current working directory, to save the raw trace data. For example, trace.json.gz (compressed) or trace.json (uncompressed). |