Table of Contents

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

double

SyncBreakdown

public Dictionary<string, SyncTypeMetrics> SyncBreakdown { get; set; }

Property Value

Dictionary<string, SyncTypeMetrics>

TotalSynchronizations

public long TotalSynchronizations { get; set; }

Property Value

long