ChromeOsDeviceCpuInfoLogicalCpus class
Status of a single logical CPU.
Constructors
-
ChromeOsDeviceCpuInfoLogicalCpus({List<
ChromeOsDeviceCpuInfoLogicalCpusCStates> ? cStates, int? currentScalingFrequencyKhz, String? idleDuration, int? maxScalingFrequencyKhz}) - ChromeOsDeviceCpuInfoLogicalCpus.fromJson(Map json_)
Properties
-
cStates
↔ List<
ChromeOsDeviceCpuInfoLogicalCpusCStates> ? -
C-States indicate the power consumption state of the CPU.
getter/setter pair
- currentScalingFrequencyKhz ↔ int?
-
Current frequency the CPU is running at.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idleDuration ↔ String?
-
Idle time since last boot.
getter/setter pair
- maxScalingFrequencyKhz ↔ int?
-
Maximum frequency the CPU is allowed to run at, by policy.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited