Class QPoolStatusExecutionTimeGhzByCpuModel
Represents the execution cpu ratio for each task.
Inherited Members
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 |