JCL Help:TFreqInfo
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TFreqInfo Record
[+] JclSysInfo.pas Records
[+] TFreqInfo Fields
Search in JCL Help
Search in all projects
Summary
Record used as a field in the TCpuInfo record which contains frequency information about the CPU. This information is calculated when you call GetCpuInfo.
Pascal
public TFreqInfo = record
RawFreq: Int64;
NormFreq: Int64;
InCycles: Int64;
ExTicks: Int64;
end;
Members
Members | Description |
RawFreq: Int64; | The raw frequency of the CPU in MHz. |
NormFreq: Int64; | The normalized frequency of the CPU in MHz. |
InCycles: Int64; | The elapsed, internal clock cycles during the test. |
ExTicks: Int64; | The time, in microseconds, that elapsed during the test. |
Description
Record used as a field in the TCpuInfo record which contains frequency information about the CPU. This information is calculated when you call GetCpuInfo.
About
Unit
Donator
Bryan Coutch
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page