Skip to content

Instantly share code, notes, and snippets.

@caner-ercan
caner-ercan / QuPath Memory Monitor.groovy
Last active February 16, 2024 16:52 — forked from petebankhead/QuPath Memory Monitor.groovy
Groovy script to help monitor memory use over time #QuPath
/**
* A basic GUI to help monitor memory usage in QuPath.
*
* This helps both to find & address out-of-memory troubles by
* 1. Showing how much memory is in use over time
* 2. Giving a button to clear the tile cache - which can be
* using up precious memory
* 3. Giving quick access to control the number of threads used
* for parallel processing
*