take_heap_snapshot
Capture a V8 heap snapshot and write it to disk for memory analysis. Identify leaks and optimize performance.
Instructions
Capture a V8 heap snapshot and write it to disk.
The output is the same ``.heapsnapshot`` format Chrome DevTools saves,
loadable via DevTools > Memory > Load.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |