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
ItemsStolenBy
Gets or sets work items this device stole from others.
public long ItemsStolenBy { get; set; }
Property Value
ItemsStolenFrom
Gets or sets work items stolen from this device.
public long ItemsStolenFrom { get; set; }
Property Value
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; }