Class QPoolStatusExecutionTimeByCpuModel
Represents the execution time by cpu infos.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QPoolStatusExecutionTimeByCpuModel
Properties
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 |
Time
CPU time used in seconds.
Declaration
public double Time { get; set; }
Property Value
Type | Description |
---|---|
double |