Class TransferTypeStats
- Namespace
- DotCompute.Abstractions.Types
- Assembly
- DotCompute.Abstractions.dll
Statistics for a specific type of memory transfer.
public class TransferTypeStats
- Inheritance
-
TransferTypeStats
- Inherited Members
Properties
AverageBandwidth
Gets or sets the average bandwidth in bytes per second.
public double AverageBandwidth { get; set; }
Property Value
AverageBytes
Gets or sets the average bytes per transfer.
public double AverageBytes { get; set; }
Property Value
Count
Gets or sets the number of transfers of this type.
public int Count { get; set; }
Property Value
TotalBytes
Gets or sets the total bytes transferred.
public long TotalBytes { get; set; }
Property Value
TotalTime
Gets or sets the total time spent in transfers.
public TimeSpan TotalTime { get; set; }