Table of Contents

Class CoherenceStatistics

Namespace
DotCompute.Core.Memory
Assembly
DotCompute.Core.dll

Coherence statistics.

public sealed class CoherenceStatistics
Inheritance
CoherenceStatistics
Inherited Members

Properties

AverageSyncTime

Gets or sets the average sync time.

public TimeSpan AverageSyncTime { get; set; }

Property Value

TimeSpan

The average sync time.

CoherenceEfficiency

Gets or sets the coherence efficiency.

public double CoherenceEfficiency { get; set; }

Property Value

double

The coherence efficiency.

CoherentBuffers

Gets or sets the coherent buffers.

public long CoherentBuffers { get; set; }

Property Value

long

The coherent buffers.

IncoherentBuffers

Gets or sets the incoherent buffers.

public long IncoherentBuffers { get; set; }

Property Value

long

The incoherent buffers.

ReadOperations

Gets or sets the read operations.

public long ReadOperations { get; set; }

Property Value

long

The read operations.

SynchronizationOperations

Gets or sets the synchronization operations.

public long SynchronizationOperations { get; set; }

Property Value

long

The synchronization operations.

TotalSyncTime

Gets or sets the total sync time.

public TimeSpan TotalSyncTime { get; set; }

Property Value

TimeSpan

The total sync time.

TotalTrackedBuffers

Gets or sets the total tracked buffers.

public long TotalTrackedBuffers { get; set; }

Property Value

long

The total tracked buffers.

WriteOperations

Gets or sets the write operations.

public long WriteOperations { get; set; }

Property Value

long

The write operations.