Class CommandBufferPoolStats
- Namespace
- DotCompute.Backends.Metal.Utilities
- Assembly
- DotCompute.Backends.Metal.dll
Statistics about a command buffer pool.
public sealed class CommandBufferPoolStats
- Inheritance
-
CommandBufferPoolStats
- Inherited Members
Properties
ActiveBuffers
Number of buffers currently in use.
public int ActiveBuffers { get; init; }
Property Value
AvailableBuffers
Number of buffers available in the pool.
public int AvailableBuffers { get; init; }
Property Value
CurrentPoolSize
Current size of the pool.
public int CurrentPoolSize { get; init; }
Property Value
MaxPoolSize
Maximum size of the pool.
public int MaxPoolSize { get; init; }
Property Value
Utilization
Pool utilization as a percentage.
public double Utilization { get; }