jjzjj

OProfile

全部标签

android - Android 上的 OProfile

有人在android上使用过OProfile工具吗...如果您能够分析,请提供基本步骤和任何其他配置或设置,以便执行此操作...问候,巴拉特帕瓦尔 最佳答案 你可以使用thisveryeffectivemethod.它在Eclipse上工作得很好。 关于android-Android上的OProfile,我们在StackOverflow上找到一个类似的问题: https://stackoverflow.com/questions/2354349/

c - OProfile 警告 'dropping hyperspace sample' 是什么意思?

当使用统计执行分析器OProfile可视化我的C应用程序的调用图配置文件时,它多次包含以下警告。警告对我来说相当神秘:warning:droppinghyperspacesampleatoffset1af9>=2be8forbinary/home/myuser/mybinary我在这样的Xen虚拟化环境中使用OProfile:modprobeoprofiletimer=1opcontrol--no-vmlinuxopcontrol--start(waitforprofilingdatatoaccumulate)opcontrol--stopopreport--session-dir=/

c++ - 我应该如何解释 OProfile 输出?

我最近尝试使用OProfile分析我的应用程序。收集到的数据对我来说已经很有值(value)了,但我很难准确解释它。在设置并运行oprofile的情况下运行我的应用程序后,我生成了报告并得到:root@se7xeon:src#opreportimage:test-l-t1OverflowstatsnotavailableCPU:P4/Xeonwith2hyper-threads,speed3191.66MHz(estimated)CountedGLOBAL_POWER_EVENTSevents(timeduringwhichprocessorisnotstopped)withaunit

linux - oprofile 还活着吗?

oprofile项目还活着吗?我知道它在默认的linux内核中仍然受支持并且用户空间实用程序可以工作(至少在我运行的Archlinux上),但是它的大部分文档似乎已经过时了?在Linux上是否有其他分析器与oprofile做同样的工作,或者它只是过去几年一切正常的情况?还是每个人都有英特尔酷睿iGezillion处理器? 最佳答案 最近的动力似乎来自于“perf”工具,它从2.6.30左右开始作为内核源代码包的一部分分发。从某种意义上说,它比oprofile更方便一些,因为您不需要root访问权限即可使用它,但遗憾的是缺少文档。参见