blob: 7d35283122a20f077144837b5b89d52ddddbcbf3 (
plain) (
tree)
|
|
# [OProfile](https://oprofile.sourceforge.io/)
```markdown
operf -g -p <pid>
-g ...... caputre call-graph information
opreport [opt] FILE
show time spent per binary image
-l ...... show time spent per symbol
-c ...... show callgraph information (see below)
-a ...... add column with time spent accumulated over child nodes
ophelp show supported hw/sw events
```
|