Table of Contents

Class OpenCLPipelineStatistics

Namespace
DotCompute.Backends.OpenCL.Execution
Assembly
DotCompute.Backends.OpenCL.dll

Statistics about pipeline execution.

public sealed record OpenCLPipelineStatistics : IEquatable<OpenCLPipelineStatistics>
Inheritance
OpenCLPipelineStatistics
Implements
Inherited Members

Properties

ActivePipelines

Gets the number of currently active pipelines.

public int ActivePipelines { get; init; }

Property Value

int

TotalFusionOpportunitiesDetected

Gets the total fusion opportunities detected.

public long TotalFusionOpportunitiesDetected { get; init; }

Property Value

long

TotalPipelinesExecuted

Gets the total number of pipelines executed.

public long TotalPipelinesExecuted { get; init; }

Property Value

long

TotalStagesExecuted

Gets the total number of stages executed across all pipelines.

public long TotalStagesExecuted { get; init; }

Property Value

long