Table of Contents

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

int

AvailableBuffers

Number of buffers available in the pool.

public int AvailableBuffers { get; init; }

Property Value

int

CurrentPoolSize

Current size of the pool.

public int CurrentPoolSize { get; init; }

Property Value

int

MaxPoolSize

Maximum size of the pool.

public int MaxPoolSize { get; init; }

Property Value

int

Utilization

Pool utilization as a percentage.

public double Utilization { get; }

Property Value

double