CpuInfo class
Properties
archName
↔ String
The architecture name of the processors.
getter/setter pair
features
↔ List <String >
A set of feature codes indicating some of the processor's capabilities.
The currently supported codes are "mmx", "sse", "sse2", "sse3", "ssse3",
"sse4_1", "sse4_2", and "avx".
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
modelName
↔ String
The model name of the processors.
getter/setter pair
numOfProcessors
↔ int
The number of logical processors.
getter/setter pair
processors
↔ List <ProcessorInfo >
Information about each logical processor.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
temperatures
↔ List <double >
List of CPU temperature readings from each thermal zone of the CPU.
Temperatures are in degrees Celsius.
getter/setter pair
toJS
→ CpuInfo
no setter
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited