安装 Google Perftools

公冶高峯
2023-12-01


参考:https://www.jianshu.com/p/6ca536f36a6c

Google Perftools repo 位于:https://github.com/gperftools/gperftools/tree/master


可以下载8.0的Release版本: https://github.com/gperftools/gperftools/tree/at8_0-release

然后


执行命令

$ cd google-perftool
$ ./autogen.sh
$ # ./configure --prefix=<build_path>  
$ ./configure --prefix=  
$ make
$ make install 

<build_path> 要被替换为完整路径;
我在本文件夹下创建了一个 build 文件夹,设置为 build 依然执行失败;替换为 build 的完整路径即可。


 类似资料: