find_hotspots
Rank functions by code complexity, memory allocation, or performance to identify optimization targets. Set score thresholds and result limits for focused analysis.
Instructions
Rank functions by hotspot kind. complexity (all langs) | allocation (Java) | performance (Java).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Hotspot category (default 'complexity'). | |
| max_results | No | Maximum number of functions to report (default: 20). | |
| min_score | No | Minimum score to include (default: 0 for complexity, 1 for Java kinds). | |
| project | No | Project name/path (default: active). |