start_cpu_profile
Initiate CPU profiling on an Electron app's main process or a specific renderer page. Use with stop_cpu_profile to collect results.
Instructions
Start CPU profiling on the main process or a renderer page. Call stop_cpu_profile to collect the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Page id from list_pages, or "main" (default) for the main process. | |
| sessionId | Yes | Session id returned by launch_app. |