【发布时间】:2013-11-27 16:19:59
【问题描述】:
我在 mac 上使用 qcachegrind 检查配置文件数据时遇到问题。我正在使用 django-extensions 生成配置文件数据。我可以在pyprof2calltree 的代码中使用cProfile 打开一个普通的配置文件日志,但我无法打开从/manage.py runprofileserver --prof-path=profile_data --use-cprofile --kcachegrind 生成的输出。有人成功解决了这个问题吗?
【问题讨论】:
标签: python django cprofile kcachegrind django-extensions