GetCPUSpeed function
System Infomation routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function GetCPUSpeed: Integer; // in megaherzes  

Description
The GetCPUSpeed function returns the rounded CPU frequency value for first PC processor. Return value is CPU speed in Mhz.  
 
GetCPUSpeed returns same value as CPUFrequency property of acSystemInfo component.  

See also
acSystemInfo component.