diff --git a/README.md b/README.md index 76b7f594..643213b8 100644 --- a/README.md +++ b/README.md @@ -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") @@ -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 to sysroot which is used to find libraries. --kallsyms Path to kallsyms file which is used to resolve kernel symbols. @@ -188,12 +191,14 @@ Options: libraries. --appPath Path to folder containing the application executable and libraries. - --sourcePaths Colon separated list of extra paths to the source + --sourcePaths Colon separated list of search paths for the source code. --arch Architecture to use for unwinding. --exportTo 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 to the perf binary. + --objdump-binary Path to the objdump binary. Arguments: files Optional input files to open on startup, i.e.