我使用以下命令在Centos上安装了valgrind:
yum install valgrind kcachegrind graphviz
然后,我在我的c++程序中使用了callgrind工具。它生成了callgrind.out.42424文件。
现在,我想使用以下命令在KCacheGrind上打开这个文件:
kcachegrind ./callgrind.out.42424
但终端显示
bash-kcachegrind:找不到命令
我不知道为什么在安装时会出现这个错误。我需要在特定的目录中运行这个命令吗?
sudo yum install kdesdk valgrind graphviz