blob: 15e06f6ef5826d23e35cd80183942ee099948dd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
```
|