Class CooperativeGroupsMetrics
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Cooperative groups performance metrics.
public sealed class CooperativeGroupsMetrics
- Inheritance
-
CooperativeGroupsMetrics
- Inherited Members
Properties
AverageSyncOverheadMs
public double AverageSyncOverheadMs { get; set; }
Property Value
SyncBreakdown
public Dictionary<string, SyncTypeMetrics> SyncBreakdown { get; set; }
Property Value
TotalSynchronizations
public long TotalSynchronizations { get; set; }