ログ日記

作業ログと日記とメモ

Oprofileメモ

opreport -c の見方。

http://www.ipa.go.jp/software/open/forum/development/download/051115/OS-cpu.pdf


インデントしてない関数Xを基準とし、上の関数からXが呼ばれて、Xが下の関数を呼び出す。

callgraphを図にする

wget http://jrfonseca.googlecode.com/svn/trunk/gprof2dot/gprof2dot.py
opcontrol --callgraph=16
opcontrol --start 
/path/to/your/executable arg1 arg2
opcontrol --stop
opcontrol --dump
opreport -cgf | gprof2dot.py -f oprofile | dot -Tpng -o output.png
jrfonseca (José Fonseca) · GitHub