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
CacheHitRate
Gets the cache hit rate.
public required double CacheHitRate { get; init; }
Property Value
CoalescingEfficiency
Gets the coalescing efficiency.
public required double CoalescingEfficiency { get; init; }
Property Value
MemorySegment
Gets the memory segment identifier.
public required string MemorySegment { get; init; }
Property Value
QueueDepth
Gets the queue depth.
public required int QueueDepth { get; init; }
Property Value
TransferDirection
Gets the transfer direction.
public required string TransferDirection { get; init; }