本文介绍了在 kcachegrind 中查看 gprof 输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在kcachegrind中查看gprof的输出?这里有从 gcc 的 gmon.out 到 callgrind.out 的转换器吗?

How to view output of gprof in kcachegrind? Is here a converter from gcc's gmon.out into callgrind.out?

推荐答案

目前,这似乎不受支持.不过,Kcachegrind 的愿望清单 中提到了它.

Currently, this seems not to be supported. It is mentioned on Kcachegrind's whishlist, though.

这篇关于在 kcachegrind 中查看 gprof 输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 05:47