Performance Profiling

Use when diagnosing slow code, high memory usage, or CPU spikes — language-agnostic profiling workflow: form a hypothesis, identify the hot path, benchmark before and after, and interpret profiler output. Includes Python (cProfile, py-spy), Go (pprof), and Node.js (--inspect, clinic.js) tooling.

andr-ca 3e283e9 5.9 KB Updated

File contents

andr-ca/agentharness/tree/main/.claude/skills/performance-profiling commit 3e283e9a0f

Frequently asked questions

npx skillmds@latest add andr-ca/performance-profiling