spaa
Installation
SKILL.md
Analyzing SPAA Files
SPAA (Stack Profile for Agentic Analysis) is an NDJSON file format for representing sampled performance stack traces. Each line is a self-contained JSON object with a type field.
Before analyzing an SPAA file, read the full specification at references/SPEC.md.
Quick Start
1. Examine the header
The first line is always the header. It tells you what profiler generated the data and how to interpret metrics:
head -1 profile.spaa | jq .