diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-04-19 22:13:44 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-04-19 22:13:44 +0200 |
commit | fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e (patch) | |
tree | c21dfcf8e7c8895a94e1c72cb9588c94794656b1 /src/oprofile.md | |
parent | 43e402ba2320ced7972d33c9442b2745afe230f6 (diff) | |
download | notes-fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e.tar.gz notes-fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e.zip |
added new hierarchy
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 -``` |