ht_11_program_introspection

思维导图:Hacker Tools 程序分析与调试章节

# 程序分析与调试

## debugger

– GDB/LLDB

– PDB (Python)

– 浏览器中的 Web 调试工具

## strace: 分析系统调用

## 性能分析

– time

– perf

– go test / go tool pprof
(用于 Go)

留下评论

您的邮箱地址不会被公开。 必填项已用 * 标注