Class ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData
C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData
Properties
DisplayName
Name of the state.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionDuration
Time spent in the state since the last reboot.
Declaration
[JsonProperty("sessionDuration")]
public virtual object SessionDuration { get; set; }
Property Value
Type | Description |
---|---|
object |