cpu module
Core framework Console Desktop
The cpu module gets infos on the current CPU
| Property | Description | Access | Type |
|---|---|---|---|
| cpu.cache | Get cpu caches and their size | readonly | table |
| cpu.clock | Get cpu frequency | readonly | number |
| cpu.cores | Get cpu physical cpu core count | readonly | number |
| cpu.currentclock | Get cpu current frequency | readonly | number |
| cpu.features | Get supported cpu instruction sets | readonly | table |
| cpu.name | Get cpu brand name | readonly | string |
| cpu.priority | Get cpu scheduling priority of current process | readwrite | string |
| cpu.threads | Get cpu hardware threads | readonly | number |
| cpu.usage | Get cpu usage | readonly | number |
| cpu.vendor | Get cpu manufacturer identifier | readonly | string |