krasa / CpuUsageIndicator

IntelliJ plugin https://plugins.jetbrains.com/plugin/8580?pr=idea
23 stars 3 forks source link
intellij intellij-plugin java

IntelliJ CPU Usage Indicator plugin

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) :(

screenshot

screenshot