Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用 gperftools 分析程序性能 - Luyu Huang's Tech Blog #63

Open
luyuhuang opened this issue Apr 10, 2022 · 0 comments
Open

使用 gperftools 分析程序性能 - Luyu Huang's Tech Blog #63

luyuhuang opened this issue Apr 10, 2022 · 0 comments

Comments

@luyuhuang
Copy link
Owner

https://luyuhuang.tech/2022/04/10/gperftools.html

gperftools 是谷歌推出的一套非常强大的性能分析工具集. 它主要有这三个功能: 分析 CPU 性能, 能够统计出一段时间内各个函数的执行时间, 帮助我们找出耗时的代码; 分析内存占用情况, 能够统计出某一时刻各个函数分配的内存大小, 帮助我们找出内存占用高的代码, 也能帮助我们定位内存泄露; 自动检...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant