show_mem & show_cpu options are broken
Bug #233669 reported by
Florian Boucault
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Medium
|
Guido Amoruso |
Bug Description
PigmentContext following methods can only be called in a specific order otherwise they fail:
_add_fps_display, _add_mem_display, _add_cpu_display
Immediate consequence is that one is not able to only display CPU usage or memory usage alone.
To post a comment you must log in.
(In [5284]) * elisa/plugins/ pigment/ pigment_ context. py:
Add correct CPU usage reporting (for Linux): fixes #1070
Fix the resources usage visualization: fixes #1109
* elisa/core/ utils/resources .py:
Optionally choose the measurement unit for memory usage.