diff --git a/README.md b/README.md index 76b7f594..94e78973 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") @@ -188,12 +190,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. diff --git a/screenshots/disassembler.png b/screenshots/disassembler.png index d54eae11..3576b409 100644 Binary files a/screenshots/disassembler.png and b/screenshots/disassembler.png differ diff --git a/screenshots/flamegraph.png b/screenshots/flamegraph.png index 358179ba..a0dbb6c2 100644 Binary files a/screenshots/flamegraph.png and b/screenshots/flamegraph.png differ