Go Profiling Optimization

Profile and optimize Go performance: pprof CPU/memory/block/mutex profiles, allocation analysis, escape analysis, sync.Pool, GOGC/GOMEMLIMIT tuning, benchmarks with -benchmem, PGO workflow, execution tracing. Use when user asks 'why is this slow', 'is this allocating', mentions pprof/profiling, runs benchmarks, or needs to reduce p99 latency. SKIP for general Go idioms — use `go` skill.

gopherguides bcb0501 5 files · 24.8 KB Updated

File contents

gopherguides/gopher-ai/tree/main/plugins/go-dev/skills/go-profiling-optimization commit bcb0501498

Frequently asked questions

npx skillmds@latest add gopherguides/go-profiling-optimization