您当前的位置: 首页 >  ubuntu

RuiH.AI

暂无认证

  • 0浏览

    0关注

    274博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Ubuntu 性能分析工具gperftools安装

RuiH.AI 发布时间:2021-08-11 19:20:41 ,浏览量:0

目的 某package cmake时提示找不到libprofiler.so,经查找是gperftools编译后生成的.so包

Ubuntu安装gperftools

sudo apt install libunwind8-dev
git clone https://github.com/gperftools/gperftools.git
cd gperftools
sh autogen.sh
./configure
make all
sudo make install

问题解决

关注
打赏
1658651101
查看更多评论
立即登录/注册

微信扫码登录

0.1907s