Skip to content

Commit

Permalink
chore: put some information about the inline frame detection in the r…
Browse files Browse the repository at this point in the history
…eadme
  • Loading branch information
lievenhey committed Jun 4, 2024
1 parent 0f7a817 commit 0d4d6de
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ The main feature of Hotspot is the graphical visualization of a `perf.data` file

![hotspot FlameGraph page](screenshots/flamegraph.png?raw=true "Hotspot FlameGraph page")

![hotspot off-CPU analysis](screenshots/off-cpu.png?raw=true "Hotspot off-CPU analysis")
Note: Inlined functions have a darker border than non-inlined ones.

![hotspot off-CPU analysis](screenshots/off-cpu.png?raw=true "hotspot off-CPU analysis")

![hotspot caller-callee page](screenshots/caller-callee.png?raw=true "Hotspot caller-callee page")

Expand Down Expand Up @@ -174,10 +176,11 @@ All command line options are shown with `--help`:
Usage: hotspot [options] [files...]
Linux perf GUI for performance analysis.
Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
Optionen:
-h, --help Zeigt Hilfe zu den Kommandozeilenoptionen an.
--help-all Zeigt Hilfe einschließlich Qt-spezifischer Optionen
an.
-v, --version Zeigt Versionsinformation an.
--sysroot <path> Path to sysroot which is used to find libraries.
--kallsyms <path> Path to kallsyms file which is used to resolve
kernel symbols.
Expand All @@ -188,12 +191,14 @@ Options:
libraries.
--appPath <path> Path to folder containing the application executable
and libraries.
--sourcePaths <paths> Colon separated list of extra paths to the source
--sourcePaths <paths> Colon separated list of search paths for the source
code.
--arch <path> Architecture to use for unwinding.
--exportTo <path> Path to .perfparser output file to which the input
data should be exported. A single input file has to
be given too.
--perf-binary <path> Path to the perf binary.
--objdump-binary <path> Path to the objdump binary.
Arguments:
files Optional input files to open on startup, i.e.
Expand Down

0 comments on commit 0d4d6de

Please sign in to comment.