blob: 15e06f6ef5826d23e35cd80183942ee099948dd2 (
plain) (
tree)
|
|
# OProfile
```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
```
|