Class QTaskStatusExecutionTimeByCpuModel
Represents the execution time by cpu infos.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QTaskStatusExecutionTimeByCpuModel
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 ulong Time { get; set; }
Property Value
Type | Description |
---|---|
ulong |