Table of Contents

Class QueuePoolStats

Namespace
DotCompute.Backends.Metal.Execution
Assembly
DotCompute.Backends.Metal.dll

Queue pool statistics.

public sealed class QueuePoolStats
Inheritance
QueuePoolStats
Inherited Members

Properties

AvailableQueues

Gets or sets the number of available queues.

public int AvailableQueues { get; set; }

Property Value

int

MaxPoolSize

Gets or sets the maximum pool size.

public int MaxPoolSize { get; set; }

Property Value

int

Utilization

Gets or sets the pool utilization percentage.

public double Utilization { get; set; }

Property Value

double