dgets / CPURecord

Just an idea that I had after a few months of noticing every time I'd turn my phone's display back on, the CPU would be pegged. I'm not sure, but I think that it might be indicative of some malware, and I want to collect some other statistics regarding what is going on when the display is inactive.
0 stars 0 forks source link

Coar percentages rounded incorrectly #8

Closed dgets closed 6 years ago

dgets commented 6 years ago

When stats are populated in the TextBox, no matter how I do the math, it seems like they're always displayed as integers with a .0 static decimal value. The behavior that I was looking for was displaying a float with a 2 digit-to-the-right-of-the-decimal precision.

dgets commented 6 years ago

Is this perhaps a flaw in how I am using the .append() method of the TextBox?