Documentation
¶
Overview ¶
wcprof-analyze reads a wcprof dump (from the engine's /debug/wcprof/dump endpoint) and reports wall-clock bottleneck analysis: per-class self time, counterfactual what-if rankings, blocking chains, and dead air.
Usage:
curl -s http://localhost:6060/debug/wcprof/dump > /tmp/wcprof.dump go run ./cmd/wcprof-analyze /tmp/wcprof.dump
Click to show internal directories.
Click to hide internal directories.