bmc_cache_analysis
Analyzes cache hit/miss ratio to identify bottlenecks. Configures counters, runs the target briefly, and returns statistics.
Instructions
Run a quick cache performance analysis.
Configures counters for cache hit/miss ratio, runs the target briefly, then reports the results. Useful for identifying cache bottlenecks.
Args: function: Function to analyze (empty = current execution point) run_duration_ms: How long to run in milliseconds (default: 1000)
Returns: Cache hit/miss statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function | No | ||
| run_duration_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |