profiler_stop
Stop the Gecko profiler and save the recorded profile to the downloads directory. Optionally discard the recording instead of saving.
Instructions
Stop the Gecko profiler and save the recorded profile to a file in the downloads directory. Returns the path to the saved file, or null when nothing was saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| discard | No | If true, stop the profiler and discard the recording instead of saving it to disk. Defaults to false. |