Commit e7f30a1
Add completion spec: pprof
Adds a comprehensive completion spec for pprof (github.com/google/pprof),
the profiling data visualization and analysis tool.
The spec covers all documented output formats, options, option groups
(granularity, sort), source options, misc options, and legacy convenience
flags, matching the pprof --help surface. Structured suggestions are
provided for enumerated values like -sample_index, -symbolize, and -unit.
A saved_profiles generator is added that lists cached profile files in
$PPROF_TMPDIR (defaulting to $HOME/pprof). It is used to power
completions for the positional source argument and for -base/-diff_base.
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 7188c36 commit e7f30a1
3 files changed
Lines changed: 614 additions & 0 deletions
0 commit comments