kcachegrind 0.4.6 安装手记

转自:http://chunhui.hu/index.php?act=article&aid=13


 kcachegrind与wincacehgrind都是用来分析xdebug产生的profiling文件,一个在linux环境使用,一个在windows环境使用。kcachegrind分析结果的界面要比wincacehgrind更友好,但是安装也相对麻烦。以下是安装过程:

wget http://kcachegrind.sourceforge.net/kcachegrind-0.4.6.tar.gz

tar -zxf kcachegrind-0.4.6.tar.gz

cd kcachegrind-0.4.6

  由于kcachegrind依赖于kde,所以需要先安装kde相关的库:

yum install kdebase-devel

 然后再进行安装,注意configure时要制定qt的路径,否则会报checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found错误:

./configure --with-qt-dir=/usr/lib/qt-3.3/ --with-qt-libraries=/usr/lib/qt-3.3/lib/

make && make install

 安装完成后在图形界面下运行/usr/local/kde/bin/kcachegrind 即可

附注:

如果系统中没有安装GraphViz,则kcachegrind的call graph功能不能使用,可以到http://www.graphviz.org/Download..php下载安装包安装,也可以按以下方式安装:

wget http://www.graphviz.org/graphviz-rhel.repo

cp graphviz-rhel.repo /etc/yum.repos.d/

yum install graphviz




  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值