/intellij-performance-toolbox-plugin

Primary LanguageJavaDo What The F*ck You Want To Public LicenseWTFPL

Downloads Coverage Vulnerabilities Maintainability Rating

Performance Toolbox Plugin for JetBrains IntelliJ IDEA

Compatible with IntelliJ IDEA version 2020.1.1 and up.

This plugin introduces tools that help you to analyze and troubleshoot various memory related issues in JVM applications without leaving the IDE.

Features

  • Embedded well-known and all-loved GCViewer (v1.36) that visualizes verbose GC output generated by Sun / Oracle, IBM, HP and BEA Java Virtual Machines
  • Histogram dynamic analyzer.
  • More to come in the nearest future!

Usage

Embedded GCViewer

File(s) to analyze could be open:

  • right-click on file in Project tool window and then Analyze -> Garbage Collector Log...
  • Analyze -> Garbage Collector Log... from the main menu

Histogram Dynamic Analyzer

File(s) to analyze could be open:

  • right-click on file in Project tool window and then Analyze -> Histogram Dynamic...
  • Analyze -> Histogram Dynamic... from the main menu

Contributions

Pull requests are welcomed.

The license is WTFPL, just do what the f*ck you want to.