mozilla / fxrecord

https://mozilla.github.io/fxrecord
Mozilla Public License 2.0
3 stars 3 forks source link

Fix idle CPU detection #24

Closed brennie closed 3 years ago

brennie commented 3 years ago

The main point of these changes is to fix how we detect idle CPU (before we were measuring overall idle% since startup, not local idle time). I've also fixed a few things I've run into while debugging this.