From 94c17447712c2c1b47a672a6e6a4752681a038de Mon Sep 17 00:00:00 2001 From: Lieven Hey Date: Tue, 28 May 2024 16:34:07 +0200 Subject: [PATCH] chore: put some information about the inline frame detection in the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b7f594..8b38dea3 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")