profiler_start
Start profiling queries to capture execution times and plans, with automatic stop after a configurable timeout.
Instructions
Start the query profiler to capture query execution data. The profiler records all queries with their execution times and plans. It auto-stops after the specified timeout (default 60 seconds). Use profiler_stop to stop early and get results, or profiler_status to check progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutSeconds | No | Recording timeout in seconds. The profiler auto-stops after this duration. Default: 60. |