Eclipse Memory Analyzer Tool (MAT) sample plugin and feature implementing MAT extensions:
- Download:
git clone https://github.com/IBM/memoryanalyzersamples
- Enter the directory:
cd memoryanalyzersamples
- Build (assuming Apache Maven and Java on
PATH
):mvn clean install
- Launch MAT
- Help } Install New Software...
- Work with: } Add... } Local...
- Select
memoryanalyzersamples/com.example.matsample.updatesite/target/repository/
- Select the new update site in the "Work with:" dropdown
- Check "MAT Samples" and finish the dialog
- Install Eclipse IDE for RCP and RAP Developers
- Help } Install New Software... } Work with: *download.eclipse.org/releases* } Performance, Profiling and Tracing Tools } Memory Analyzer
- Install and Restart
- File } Import... } Maven } Existing Maven Projects } Choose the memoryanalyzersamples folder