Class MetalStreamStatistics
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Statistics for Metal stream usage
public sealed class MetalStreamStatistics
- Inheritance
-
MetalStreamStatistics
- Inherited Members
Properties
ActiveStreams
public int ActiveStreams { get; set; }
Property Value
AverageStreamAge
public double AverageStreamAge { get; set; }
Property Value
BusyStreams
public int BusyStreams { get; set; }
Property Value
DependencyCount
public int DependencyCount { get; set; }
Property Value
IdleStreams
public int IdleStreams { get; set; }
Property Value
IsAppleSilicon
public bool IsAppleSilicon { get; set; }
Property Value
MaxConcurrentStreams
public int MaxConcurrentStreams { get; set; }
Property Value
OptimalConcurrentStreams
public int OptimalConcurrentStreams { get; set; }
Property Value
StreamGroups
public int StreamGroups { get; set; }
Property Value
TotalCommandsExecuted
public long TotalCommandsExecuted { get; set; }
Property Value
TotalStreamsCreated
public long TotalStreamsCreated { get; set; }