System.CPUCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CPUCount: Integer;        { Number of CPU Cores detected }

C++

extern DELPHI_PACKAGE int CPUCount;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Represents the number of CPU cores detected.

CPUCount represents the number of CPU cores detected.

See Also