我正在使用 oprofile 来调整我的应用程序的性能。以下是我收集分析数据的方式:
platform info: virtual machine (KVM-based), linux kernel 2.6.21, x86 64bit,
1. opcontrol --init
2. opcontrol --no-vmlinux -p library -c 100
3. opcontrol --status
Separate options: library
vmlinux file: none
Image filter: none
Call-graph depth: 100
4. opcontrol -s
5. /*running my application*/
6. opcontrol -h
7. opreport -l my_application
20136 0.0000 no-vmlinux no-vmlinux /no-vmlinux
1311 0.0000 libcrypto.so.0.9.8 lighttpd /opt/ccnsr/lib64/libcrypto.so.0.9.8
455 0.0000 libxml2.so.2.6.26 my_application /opt/ccnsr/lib64/libxml2.so.2.6.26
350 0.0000 libc-2.5.90.so my_application _int_malloc
195 0.0000 libpython2.4.so.1.0 python PyEval_EvalFrame
142 0.0000 libc-2.5.90.so my_application vfprintf
79 0.0000 libc-2.5.90.so my_application _IO_default_xsputn
opreport 的“%”列总是显示 0.0000!