Class UnifiedMemoryStatistics
- Namespace
- DotCompute.Runtime.Services
- Assembly
- DotCompute.Runtime.dll
Statistics about unified memory usage.
public sealed class UnifiedMemoryStatistics
- Inheritance
-
UnifiedMemoryStatistics
- Inherited Members
Properties
ActiveBufferCount
Gets or sets the active buffer count.
public int ActiveBufferCount { get; init; }
Property Value
- int
The active buffer count.
RegisteredDevices
Gets or sets the registered devices.
public int RegisteredDevices { get; init; }
Property Value
- int
The registered devices.
TotalAllocations
Gets or sets the total allocations.
public long TotalAllocations { get; init; }
Property Value
- long
The total allocations.
TotalBytesAllocated
Gets or sets the total bytes allocated.
public long TotalBytesAllocated { get; init; }
Property Value
- long
The total bytes allocated.
TotalTransfers
Gets or sets the total transfers.
public long TotalTransfers { get; init; }
Property Value
- long
The total transfers.