|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectij.plugin.MemoryMonitor
public class MemoryMonitor
This plugin continuously plots ImageJ's memory
utilization. It could also be used as a starting
point for a video acquisition plugin. Hold down the
alt/option key when selecting the Monitor Memory
command and the plugin will use a 640x480 window
and display the frame rate. Click on the status bar in the
ImageJ window to force the JVM to do garbage collection.
| Constructor Summary | |
|---|---|
MemoryMonitor()
|
|
| Method Summary | |
|---|---|
void |
run(java.lang.String arg)
This method is called when the plugin is loaded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryMonitor()
| Method Detail |
|---|
public void run(java.lang.String arg)
PlugIn
run in interface PlugIn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||