/android-plugin-perf

Diagnostics plugin to measure IJ Android Plugin performance

Primary LanguageJavaApache License 2.0Apache-2.0

android-plugin-perf

Diagnostics plugin to measure basic aspects of IJ Android Plugin performance

Installation

  1. Download pre-built archive from here

  2. Find Action (Ctrl+Shift+A) > Plugins plugins

  3. Click "gear" button and select "Install Plugin from Disk" installFromDisk

  4. Choose zip file

  5. Restart IDE if needed

Additional logging

Help > Diagnostic Tools > Debug Log Settings

Extended logging is available for:

  1. com.intellij.psi.ResolveScopeEnlarger => #name.kuznetc.ResolveScopeEnlargerLogger
  2. com.intellij.psi.PsiElementFinder => #name.kuznetc.JavaElementFinderLogger

Additional actions

All Android

Adds 'Android facet' to each module in the project.

(todo)