> For the complete documentation index, see [llms.txt](https://denglj.gitbook.io/essential-go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://denglj.gitbook.io/essential-go/common-standard-libraries/44-profiling-using-go-tool-pprof.md).

# 44 使用pprof分析Go程序

- [CPU和内存基本分析](https://denglj.gitbook.io/essential-go/common-standard-libraries/44-profiling-using-go-tool-pprof/basic-cpu-and-memory-profiling.md)
- [使用benchmark生成分析文件](https://denglj.gitbook.io/essential-go/common-standard-libraries/44-profiling-using-go-tool-pprof/using-benchmarks-to-create-profile.md)
- [内存基本分析](https://denglj.gitbook.io/essential-go/common-standard-libraries/44-profiling-using-go-tool-pprof/basic-memory-profiling.md)
- [设置CPU/Block分析速率](https://denglj.gitbook.io/essential-go/common-standard-libraries/44-profiling-using-go-tool-pprof/set-cpublock-profile-rate.md)
- [访问分析(profile)文件](https://denglj.gitbook.io/essential-go/common-standard-libraries/44-profiling-using-go-tool-pprof/accessing-profile-file.md)
