This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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 | |
| * |
NewerOlder