oprofile的使用方法

1. opcontrol --init
2. opcontrol --no-vmlinux
3. opcontrol --start
4. ./your_app
5. opcontrol --dump
6. opcontrol --stop
7. opreport -l ./your_app

 

在内核的编译选项了要选择oprofile, 同时要有oprofile的应用程序

你可能感兴趣的:(oprofile的使用方法)