CPU Usage Indicator in the status bar, just like the Memory Indicator.
Also contains actions for performance problems diagnostics.
Note:
-it is painted in a background thread, not EDT, so it will update even when the GUI is stuck
-getting the process usage is a quite expensive operation (5ms on i7-6700k@4,2GHz on Win10, 100x more than getting the system usage) :(