Table of Contents

Class DeviceStealingStats

Namespace
DotCompute.Abstractions.Execution
Assembly
DotCompute.Abstractions.dll

Stealing statistics for a specific device.

public sealed class DeviceStealingStats
Inheritance
DeviceStealingStats
Inherited Members

Properties

DeviceIndex

Gets or sets the device index.

public int DeviceIndex { get; set; }

Property Value

int

ItemsStolenBy

Gets or sets work items this device stole from others.

public long ItemsStolenBy { get; set; }

Property Value

long

ItemsStolenFrom

Gets or sets work items stolen from this device.

public long ItemsStolenFrom { get; set; }

Property Value

long

NetStealBalance

Gets or sets the net steal balance (stolen by - stolen from). Positive values indicate this device took more work, negative means it gave more work.

public long NetStealBalance { get; set; }

Property Value

long