You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to highlight those processes in the process list that are consuming a lot of CPU. Hereby we should also differentiate between foreground and background tabs. We could have different thresholds and colors.
To not cause flickering we should calculate the mean of CPU usage over the last recorded entries. Here the to implement cyclic buffer (issue #9) will help.
The text was updated successfully, but these errors were encountered:
It would be great to highlight those processes in the process list that are consuming a lot of CPU. Hereby we should also differentiate between foreground and background tabs. We could have different thresholds and colors.
To not cause flickering we should calculate the mean of CPU usage over the last recorded entries. Here the to implement cyclic buffer (issue #9) will help.
The text was updated successfully, but these errors were encountered: