pyprof2calltree和KCachegrind在windows上的使用

win10

windows似乎没有KCachegrind,有一个替代品叫做qcachegrind

可以在这里下载https://sourceforge.net/projects/qcachegrindwin/

解压,然后需要添加qcachegrind.exe的path环境变量,否则

Could not find kcachegrind. Tried: kcachegrind, qcachegrind

信息: 用提供的模式无法找到文件。

 

据源代码来看,https://github.com/pwaller/pyprof2calltree/commit/06c79afae14d980978cf3e926343a592ac82c551

在windows上是用的where命令,来查找qcachegrind,所以要添加qcachegrind.exe的path环境变量

 

posted @ 2022-12-03 15:59  hrdom  阅读(238)  评论(0编辑  收藏  举报