clbr / radeontop

GNU General Public License v3.0
789 stars 69 forks source link

Round the size of the percentage bar to the nearest integer #95

Closed ghost closed 4 years ago

ghost commented 4 years ago

Also, avoid superfluous conversions between 64-bit and 32-bit floats by using 100.0f instead of 100.0.

Please merge. Thanks.