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
CoalescingEfficiency
public float CoalescingEfficiency { get; init; }
Property Value
Issues
public IReadOnlyList<string> Issues { get; init; }
Property Value
PatternType
public string PatternType { get; init; }