RuntimeAnalyzeProfilerTrace
Analyze ABAP profiler traces to identify performance bottlenecks by summarizing totals and top entries for hitlists, statements, or database accesses.
Instructions
[runtime] Read profiler trace view and return compact analysis summary (totals + top entries).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id_or_uri | Yes | Profiler trace ID or full trace URI. | |
| view | No | hitlist | |
| top | No | Number of top rows for summary. Default: 10. | |
| with_system_events | No | Include system events. |