Class OpenCLKernelPipeline.PipelineStatistics
- Namespace
- DotCompute.Backends.OpenCL.Execution
- Assembly
- DotCompute.Backends.OpenCL.dll
Statistics about pipeline execution.
public sealed record OpenCLKernelPipeline.PipelineStatistics : IEquatable<OpenCLKernelPipeline.PipelineStatistics>
- Inheritance
-
OpenCLKernelPipeline.PipelineStatistics
- Implements
- Inherited Members
Properties
ActivePipelines
Gets the number of currently active pipelines.
public int ActivePipelines { get; init; }
Property Value
TotalFusionOpportunitiesDetected
Gets the total fusion opportunities detected.
public long TotalFusionOpportunitiesDetected { get; init; }
Property Value
TotalPipelinesExecuted
Gets the total number of pipelines executed.
public long TotalPipelinesExecuted { get; init; }
Property Value
TotalStagesExecuted
Gets the total number of stages executed across all pipelines.
public long TotalStagesExecuted { get; init; }