Show / Hide Table of Contents

Class QPoolStatusExecutionTimeGhzByCpuModel

Represents the execution cpu ratio for each task.

Inheritance
object
QPoolStatusExecutionTimeGhzByCpuModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QPoolStatusExecutionTimeGhzByCpuModel

Properties

ClockRatio

CPU clock ratio.

Declaration
public double ClockRatio { get; set; }
Property Value
Type Description
double

Core

CPU core numbers.

Declaration
public uint Core { get; set; }
Property Value
Type Description
uint

Model

CPU name and Model.

Declaration
public string Model { get; set; }
Property Value
Type Description
string

TimeGhz

CPU gigahertz time used in seconds.

Declaration
public double TimeGhz { get; set; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX