Archived
1
1
Fork 0

expand on unit todo

This commit is contained in:
Josh Lay 2023-04-22 13:49:38 -05:00
parent 40897b7703
commit ea379a2766
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -3,7 +3,10 @@
- add unit toggle/binding; `Ghz` can be fairly vague - users may prefer `Mhz`/`Hz` - add unit toggle/binding; `Ghz` can be fairly vague - users may prefer `Mhz`/`Hz`
- tldr: may be wanted for precision - tldr: may be wanted for precision
- driver provides *hertz*, with modern cards is fairly excessive - driver provides *hertz*, with modern cards is fairly excessive
- conversion is done using `format_frequency`; a wrapper of `format_size` from `humanfriendly` - conversion is done using `format_frequency`
- a wrapper of `format_size` from `humanfriendly`
- _(currently)_ defaults to highest sensible unit, changing on scale.
- often flipping between `500Mhz` / `2.6Ghz` where consistency may be preferred
- restore `argparse` - restore `argparse`
- primarily: `--card` / `-c`, to skip `amdgpu` device detection - primarily: `--card` / `-c`, to skip `amdgpu` device detection