Skip to content

Quickstart

Get performance metrics in your code editor in just a few clicks.

No terminal needed

Everything happens in your IDE. Just click and see your metrics.


  1. Open Settings → Plugins → Marketplace
  2. Search “GalataJ”
  3. Click InstallRestart IDE
  1. Open Extensions (Ctrl+Shift+X)
  2. Search “GalataJ”
  3. Click Install

Start your Java application normally — however you usually run it.


Go to Run → Start GalataJ Profiling

IntelliJ — Profiler / Start Profiling

Open Command Palette (Ctrl+Shift+P) and run “GalataJ: Start Profiling”


A list of running Java processes appears. Click on yours.

JVM Selection


Performance metrics now appear directly in your code:

Inline Metrics

You’ll see:

  • Execution time (avg/max)
  • Call count
  • Trend indicator
  • Memory allocations

Run Health Check

Open the Profiler panel and click Health. It will diagnose and fix most issues automatically.

Quick fixes:

  • JVM not showing? → Click Refresh in the panel
  • No metrics? → Check that you’re viewing files from the profiled package
  • Panel not visible? → View → Tool Windows → Profiler (IntelliJ)

More troubleshooting →


Profiler Panel

Learn to use the panel effectively

Panel guide →

Understanding Metrics

What do the numbers mean?

Metrics guide →

Session History

Save and compare sessions (Pro)

History guide →

AI Integration

Get AI-powered suggestions (Pro)

AI guide →