Table of Contents

Class MemoryAccessPattern

Namespace
DotCompute.Abstractions.Debugging
Assembly
DotCompute.Abstractions.dll

Memory access pattern information.

public class MemoryAccessPattern
Inheritance
MemoryAccessPattern
Inherited Members

Properties

AccessCount

public long AccessCount { get; init; }

Property Value

long

CoalescingEfficiency

public float CoalescingEfficiency { get; init; }

Property Value

float

Issues

public IReadOnlyList<string> Issues { get; init; }

Property Value

IReadOnlyList<string>

PatternType

public string PatternType { get; init; }

Property Value

string