optimize_hot_paths
Analyze a file or directory to identify and optimize frequently executed code paths, optionally using profiling data to target performance bottlenecks.
Instructions
Analyze and optimize frequently executed code paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory or file path to analyze | |
| profilingData | No | Path to profiling data (optional) |