Show / Hide Table of Contents

Class ChromeOsDevice.CpuInfoData.LogicalCpusData

Information for the Logical CPUs

Inheritance
object
ChromeOsDevice.CpuInfoData.LogicalCpusData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.CpuInfoData.LogicalCpusData

Properties

CStates

C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.

Declaration
[JsonProperty("cStates")]
public virtual IList<ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData> CStates { get; set; }
Property Value
Type Description
IList<ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData>

CurrentScalingFrequencyKhz

Current frequency the CPU is running at.

Declaration
[JsonProperty("currentScalingFrequencyKhz")]
public virtual int? CurrentScalingFrequencyKhz { get; set; }
Property Value
Type Description
int?

IdleDuration

Idle time since last boot.

Declaration
[JsonProperty("idleDuration")]
public virtual object IdleDuration { get; set; }
Property Value
Type Description
object

MaxScalingFrequencyKhz

Maximum frequency the CPU is allowed to run at, by policy.

Declaration
[JsonProperty("maxScalingFrequencyKhz")]
public virtual int? MaxScalingFrequencyKhz { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX