Table of Contents

Class MemoryAccessMetrics

Namespace
DotCompute.Abstractions.Logging
Assembly
DotCompute.Abstractions.dll

Memory access metrics for logging.

public sealed class MemoryAccessMetrics
Inheritance
MemoryAccessMetrics
Inherited Members

Properties

AccessPattern

Gets the access pattern description.

public required string AccessPattern { get; init; }

Property Value

string

CacheHitRate

Gets the cache hit rate.

public required double CacheHitRate { get; init; }

Property Value

double

CoalescingEfficiency

Gets the coalescing efficiency.

public required double CoalescingEfficiency { get; init; }

Property Value

double

MemorySegment

Gets the memory segment identifier.

public required string MemorySegment { get; init; }

Property Value

string

QueueDepth

Gets the queue depth.

public required int QueueDepth { get; init; }

Property Value

int

TransferDirection

Gets the transfer direction.

public required string TransferDirection { get; init; }

Property Value

string