CPUName()

Syntax

Result$ = CPUName()
Description
Returns the name of the CPU.

Parameters

None.

Return value

Returns the name of the CPU (the full vendor information). There is no standardized output across CPU, so this information shouldn't be used to identify the CPU at runtime, but can be useful for logging purpose.

Example

  Debug CPUName() ; Could print: "Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz"

Supported OS

All

System Index - CocoaMessage() ->