You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -379,7 +379,7 @@ Compared to `perf report`, hotspot misses a lot of features. Some of these are p
379
379
in the future. Others may potentially never get implemented. But be aware that the following features
380
380
are _not_ available in hotspot currently:
381
381
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.
383
383
- 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
384
384
- many of the more advanced features, such as `--itrace`, `--mem-mode`, `--branch-stack` and `--branch-history`, are unsupported
0 commit comments