https://github.com/krasa/cpuusageindicator
IntelliJ plugin https://plugins.jetbrains.com/plugin/8580?pr=idea
https://github.com/krasa/cpuusageindicator
intellij intellij-plugin java
Last synced: 10 months ago
JSON representation
IntelliJ plugin https://plugins.jetbrains.com/plugin/8580?pr=idea
- Host: GitHub
- URL: https://github.com/krasa/cpuusageindicator
- Owner: krasa
- Created: 2016-08-26T02:21:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T10:20:06.000Z (over 2 years ago)
- Last Synced: 2025-02-28T08:16:26.962Z (11 months ago)
- Topics: intellij, intellij-plugin, java
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# IntelliJ CPU Usage Indicator plugin
CPU Usage Indicator in the status bar, just like the Memory Indicator.
Also contains actions for performance problems diagnostics.
- left click on the panel generates a thread dump (useful when the IDE is doing something on the background and you want to know what).
- configuration GUI for Performance Watcher (IDE's bundled automatic thread dumper for frozen UI).
You can configure it to dump even for shorter freezes than is the default: 5 second.
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) :(

