Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 515 Bytes

File metadata and controls

17 lines (14 loc) · 515 Bytes

Profiling — Project Config

Place this file at: .claude/profiling-config.md

Tools Available

List your project's profiling tools:

- CPU: gperftools / py-spy / node --prof

- Memory: gperftools heap / tracemalloc

- DB: MySQL slow query log / pg_stat_statements

- System: strace / perf

Baseline Commands

How to check current server status before profiling:

Profile Commands

How to run each profiler:

e.g., CPUPROFILE=/tmp/app.prof ./bin/server