Load CPU Profile
load_profileParse V8/Chrome CPU profiles from .cpuprofile or Chrome trace JSON files, then return a profile ID for analysis with other tools.
Instructions
Parse and load a V8/Chrome CPU profile from disk. Supports both .cpuprofile files and Chrome DevTools Trace JSON exports. Returns a profile ID for use with other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute or relative path to the .cpuprofile or Chrome trace .json file |