CPU Profiling 与 Hot Path | C++
本章覆盖:profiler;sampling;instrumentation;perf 的 Linux 定位;flame graph 高层认知;hot function;call stack;branch / cache 高层指标;micro-optimization;algorithmic complexity;先优化真正热点。
本章知识点
- profiler
- sampling
- instrumentation
- perf 的 Linux 定位
- flame graph 高层认知
- hot function
- call stack
- branch / cache 高层指标
- micro-optimization
- algorithmic complexity
- 先优化真正热点