Table of Contents

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

double

AverageBytes

Gets or sets the average bytes per transfer.

public double AverageBytes { get; set; }

Property Value

double

Count

Gets or sets the number of transfers of this type.

public int Count { get; set; }

Property Value

int

TotalBytes

Gets or sets the total bytes transferred.

public long TotalBytes { get; set; }

Property Value

long

TotalTime

Gets or sets the total time spent in transfers.

public TimeSpan TotalTime { get; set; }

Property Value

TimeSpan