Class MetalEventStatistics
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Statistics for the Metal event manager
public sealed class MetalEventStatistics
- Inheritance
-
MetalEventStatistics
- Inherited Members
Properties
ActiveEvents
public int ActiveEvents { get; set; }
Property Value
ActiveTimingSessions
public int ActiveTimingSessions { get; set; }
Property Value
AverageEventAge
public double AverageEventAge { get; set; }
Property Value
CompletedEvents
public int CompletedEvents { get; set; }
Property Value
MaxConcurrentEvents
public int MaxConcurrentEvents { get; set; }
Property Value
PendingEvents
public int PendingEvents { get; set; }
Property Value
PoolStatistics
public MetalEventPoolStatistics? PoolStatistics { get; set; }
Property Value
SyncEvents
public int SyncEvents { get; set; }
Property Value
TimingEvents
public int TimingEvents { get; set; }
Property Value
TotalEventsCreated
public long TotalEventsCreated { get; set; }
Property Value
TotalTimingMeasurements
public long TotalTimingMeasurements { get; set; }