|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
CPU Info. More...
#include <fcpu.h>
Public Member Functions | |
| FCpuInfo () | |
| ~FCpuInfo () | |
| int32 | countLogical () const |
| Returns the number of cpu-cores present. More... | |
| int32 | countAvailable () const |
| Returns the number of cpu-cores currently available for processing. More... | |
| bool | isLogicalAvailable (int32 index) |
| Returns true if the core with the given index is available. More... | |
Protected Member Functions | |
| void | initialize () |
Protected Attributes | |
| int32 | numLogical |
| int32 | numAvailable |
CPU Info.
| FCpuInfo | ( | ) |
| ~FCpuInfo | ( | ) |
|
inline |
Returns the number of cpu-cores present.
|
inline |
Returns the number of cpu-cores currently available for processing.
| bool isLogicalAvailable | ( | int32 | index | ) |
Returns true if the core with the given index is available.
|
protected |
|
protected |
|
protected |