diff options
Diffstat (limited to 'src/oprofile.md')
-rw-r--r-- | src/oprofile.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/oprofile.md b/src/oprofile.md deleted file mode 100644 index 7d35283..0000000 --- a/src/oprofile.md +++ /dev/null @@ -1,14 +0,0 @@ -# [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 -``` |