Show / Hide Table of Contents

Class QTaskStatusExecutionTimeByCpuModel

Represents the execution time by cpu infos.

Inheritance
object
QTaskStatusExecutionTimeByCpuModel
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 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
In this article
Back to top Generated by DocFX