File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,12 @@ Some useful options are:
9090
9191```
9292-block-size=<uint> - heatmap bucket size in bytes (default 64)
93- -line-size=<uint> - number of entries per line (default 256)
93+ -line-size=<uint> - number of entries per line (default 256).
94+ Use 128 if the heatmap doesn't fit screen horizontally.
9495-max-address=<uint> - maximum address considered valid for heatmap (default 4GB)
9596-print-mappings - print mappings in the legend, between characters/blocks and text sections (default false)
9697-heatmap-zoom-out=<uint>,... - print zoomed out heatmaps with given block sizes,
97- must be multiples of block-size in ascending order
98+ must be multiples of block-size in ascending order.
99+ Suggested values: 4096 (default page size), 16384 (16k page),
100+ 1048576 (1MB for XL workloads).
98101```
You can’t perform that action at this time.
0 commit comments