Skip to content

Conversation

@a1346054
Copy link
Contributor

s is more common than sec as a unit of time, and it is also the SI unit.

See https://en.wikipedia.org/wiki/Data-rate_units

// All descriptions are padded to 6 characters in length with spaces
const char *const desc_view_mode[VIEWMODE_COUNT] = {
"KB/sec", "KB ", "B ", "MB ", "MB/sec", "GB/sec"};
"KB/s ", "KB ", "B ", "MB ", "MB/s ", "GB/s "};
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess they can all be shorter now, but we can leave that for a future PR

@raboof
Copy link
Owner

raboof commented Oct 17, 2022

Thanks!

@raboof raboof merged commit 80df004 into raboof:main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants