Bug 475519 - add SI orders of magnitude prefixes to Allocations and Temporary Allocations vertical axes labels
Summary: add SI orders of magnitude prefixes to Allocations and Temporary Allocations ...
Status: REPORTED
Alias: None
Product: Heaptrack
Classification: Applications
Component: general (show other bugs)
Version: 1.5.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Milian Wolff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-12 14:36 UTC by fygesser
Modified: 2023-10-12 14:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fygesser 2023-10-12 14:36:13 UTC
Hi,

Thanks for Heaptrack - it's awesome.

Currently Heaptrack shows the vertical graph axes labels as unformatted numbers. When there are many allocations, the numbers consist of mostly zeros, like 10000000000, 11000000000, etc.). I find such output hard to decipher.

I think it would be good to instead shorted the numbers by appending SI order of magnitude prefixes like 1000000000 -> 1B or 1 billion.

Thanks