Memory Monitor Dialog Actions

Top   Previous   Next

The Memory Monitor Dialog shows basic information about zsDuplicateHunter.  From a scripting standpoint, it is not overly interesting.  The actions for the Memory Monitor Dialog, lets you get information about the current amount of memory being used,  take screen captures, and close the dialog.

 

Check Property

The Check Property action is a basic action which is described in the Basic User Interface Actions section of the manual.  The following properties are available from the Memory Monitor Dialog.  All of the memory values are measured in megabytes.

· Allocated Memory - Returns the amount of memory which zsDuplicateHunter is currently using.  This includes some free memory which zsDuplicateHunter has asked the system for, but is not currently using.
· Current Memory Usage - Returns the current amount of memory which zsDuplicateHunter is actively using.
· Free Memory - Returns the amount of memory which zsDuplicateHunter has asked the system for, but is not currently using.
· Peak Memory Usage - Returns the maximum amount of memory which zsDuplicateHunter has actively used since the Memory Monitor was first opened.
· Total Memory Available - Returns the maximum amount of memory which zsDuplicateHunter can request from the system.

 

Reclaim Memory

The Reclaim Memory Action allows you to reclaim any memory which zsDuplicateHunter has allocated, but is not actually using.  This is functionally equivalent to selecting the Reclaim Memory button.

 

Basic User Interface Actions

In addition to these actions, you can use the Basic User Interface Actions - Close Dialog, Move Dialog, Resize Dialog, and Take Screenshot.  For more information on these actions, see the Basic User Interface Actions section of the manual.