Performance Profiler

当排查慢接口、追查内存泄漏、做发布前性能预算或负载测试时使用;先建基线(P50/P95/P99、RPS、错误率、内存),用 flamegraph/py-spy/pprof 定位 CPU/内存/IO/数据库瓶颈并产出前后对比报告;不适用于功能正确性缺陷或纯前端渲染调试;触发词:性能剖析、慢接口、内存泄漏、flamegraph、负载测试、N+1

findscripter 541bb33 6.6 KB Updated

File contents

findscripter/everything-skills/tree/main/02-engineering/performance-profiler commit 541bb33406

Frequently asked questions

npx skillmds@latest add findscripter/performance-profiler