Cpu
Inherits: Resource
Properties
| Type | Name | Default |
|---|---|---|
| bool | boost_enabled | |
| int | cores_count | |
| int | cores_enabled | |
| PackedStringArray | features | |
| bool | smt_enabled |
Methods
| Returns | Signature |
|---|---|
| CpuCore[] | get_cores() |
| String | get_dbus_path() |
| bool | has_feature(flag: String) |
Property Descriptions
boost_enabled
bool boost_enabled
Note
There is currently no description for this property. Please help us by contributing one!
cores_count
int cores_count
Note
There is currently no description for this property. Please help us by contributing one!
cores_enabled
int cores_enabled
Note
There is currently no description for this property. Please help us by contributing one!
features
PackedStringArray features
Note
There is currently no description for this property. Please help us by contributing one!
smt_enabled
bool smt_enabled
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
get_cores()
CpuCore[] get_cores()
Note
There is currently no description for this method. Please help us by contributing one!
get_dbus_path()
String get_dbus_path()
Note
There is currently no description for this method. Please help us by contributing one!
has_feature()
bool has_feature(flag: String)
Note
There is currently no description for this method. Please help us by contributing one!