Skip to content

Commit 105e0f0

Browse files
committed
update readme to announce annotate view
fixes: #336
1 parent c0efbd0 commit 105e0f0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Compared to `perf report`, hotspot misses a lot of features. Some of these are p
379379
in the future. Others may potentially never get implemented. But be aware that the following features
380380
are _not_ available in hotspot currently:
381381

382-
- annotate: the caller/callee view shows cost attributed to individual source lines. But a proper annotation view like `perf annotate` on the source level, is currently missing. To reach the annotation view on the instruction level use Disassembly feature.
382+
- annotate: the caller/callee view shows cost attributed to individual source lines. A basic annotation view like `perf annotate` on the source level, is available using the Disassembly feature.
383383
- the columns in the tables are currently hardcoded, while potentially a user may want to change this to show e.g. cost per-process or thread and so forth
384384
- many of the more advanced features, such as `--itrace`, `--mem-mode`, `--branch-stack` and `--branch-history`, are unsupported
385385

screenshots/dockwidgets.png

-730 KB
Loading

0 commit comments

Comments
 (0)