Go Pprof Profiling

Use when profiling Go programs with pprof — CPU hotspots, allocation rates, GC pressure, lock contention, or goroutine leaks; covers profile types (cpu/heap/block/mutex/goroutine), go tool pprof interactive commands, flat vs cum, differential profiles with -base, and sample_index for inuse vs alloc

narenaryan Updated

File contents

narenaryan/agent-skills/tree/main/skills/go/go-pprof-profiling commit baf2cac3a1

Frequently asked questions

npx skillmds@latest add narenaryan/go-pprof-profiling