Class TTimeMem (unit TimeMem)

Inherits from

TObject

Constructors



Functions

procedure DisplayInfo(InfoTitle: String);

Record stop time & memory

procedure Start;

Display information

procedure Stop;

Record start time & memory

The help file says that the dwLength field of record type MEMORYSTATUS should be set before calling GlobalMemoryStatus.


Properties

Events

Variables

EndAvailPageFile : Integer;


EndAvailPhys : Integer;


EndAvailVirtual : Integer;


EndMemoryLoad : Integer;


StartAvailPageFile : Integer;

Bytes available in paging file

StartAvailPhys : Integer;

Bytes physical memory available

StartAvailVirtual : Integer;

bytes available in the user mode portion of the virtual address space

StartMemoryLoad : Integer;

Percent of memory in use

StartTime : TDateTime;


TimeMemMessage : String;


TotalPhys : Integer;

Bytes of physical memory

UsedTime : TDateTime;



Constructors


Functions


procedure DisplayInfo(InfoTitle: String);

Record stop time & memory


procedure Start;

Display information


procedure Stop;

Record start time & memory

The help file says that the dwLength field of record type MEMORYSTATUS should be set before calling GlobalMemoryStatus. But we've been using it just fine without setting it.


Properties


Events


Variables


EndAvailPageFile : Integer;


EndAvailPhys : Integer;


EndAvailVirtual : Integer;


EndMemoryLoad : Integer;


StartAvailPageFile : Integer;

Bytes available in paging file


StartAvailPhys : Integer;

Bytes physical memory available


StartAvailVirtual : Integer;

bytes available in the user mode portion of the virtual address space


StartMemoryLoad : Integer;

Percent of memory in use


StartTime : TDateTime;


TimeMemMessage : String;


TotalPhys : Integer;

Bytes of physical memory


UsedTime : TDateTime;