Class TTimeMem (unit TimeMem) |
Inherits from
TObject
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.
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;
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.
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;