Documentation
README
Analyze Performance Traces
End with an evidence chain from trigger to exact source. Fix the earliest proven cause. Never turn an API name or an inclusive duration into a causal claim without checking execution context.
Choose the evidence mode
State which mode applies before making findings:
- Trace-backed: a trace is supplied or discoverable. Durations, processes, threads, and event ordering may be reported from it.
- Reported-finding audit: the user supplies durations or a chain but not the artifact. Treat those details as leads. Confirm current source paths and trigger conditions; label the durations, thread, and invalidation scope unverified.
- Source-only: no trace-derived lead exists. Report hypotheses, not measured bottlenecks.
This is the opening of the README. Read the full README on GitHub.