gc_efficiency
Analyze garbage collection efficiency from JFR recordings, comparing pause time and freed bytes per collector and cause to diagnose performance bottlenecks.
Instructions
GC efficiency from .jfr: pause time vs freed bytes per collector/cause. Use after stop_profiling; complements profile_memory and heap_info. Not a general JFR summary (see parse_jfr_summary).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | new_profile | |
| topN | No |