Skip to content

Clamp CPU usage values to zero if they are below a threshold

Ghost User requested to merge (removed):threshold into master

Values below the threshold are clamped to zero when painting the CPU usage graph and CPU usage bars. This can be used to decrease the amount of unwanted visual distractions caused by the cpugraph plugin.

If this feature is combined with a transparent background color and with disabled option "Show frames", the cpugraph plugin becomes effectively invisible unless the threshold is exceeded.

Screenshot_20201201_034229

Closes: #2 (closed)

Merge request reports