ToDo 446 B

12345678910
  1. ToDos sorted by priority:
  2. - Use bitmask functions to parse CPU topology more robust
  3. (current implementation has issues on AMD)
  4. - Try to read out boost states and frequencies on Intel
  5. - Somewhere saw the ability to read power consumption of
  6. RAM from HW on Intel SandyBridge -> another monitor?
  7. - Add another c1e debug idle monitor
  8. -> Is by design racy with BIOS, but could be added
  9. with a --force option and some "be careful" messages