Table of Contents

Class CoalescingStatistics

Namespace
DotCompute.Core.Models
Assembly
DotCompute.Core.dll

Coalescing-specific profiling statistics for runtime analysis.

public class CoalescingStatistics
Inheritance
CoalescingStatistics
Inherited Members

Properties

AverageTimeMs

Gets or sets the average time ms.

public double AverageTimeMs { get; set; }

Property Value

double

The average time ms.

CoalescingEfficiency

Gets or sets the coalescing efficiency.

public double CoalescingEfficiency { get; set; }

Property Value

double

The coalescing efficiency.

ExecutionCount

Gets or sets the execution count.

public int ExecutionCount { get; set; }

Property Value

int

The execution count.

MaxTimeMs

Gets or sets the max time ms.

public double MaxTimeMs { get; set; }

Property Value

double

The max time ms.

MemoryBandwidthGBps

Gets or sets the memory bandwidth g bps.

public double MemoryBandwidthGBps { get; set; }

Property Value

double

The memory bandwidth g bps.

MinTimeMs

Gets or sets the min time ms.

public double MinTimeMs { get; set; }

Property Value

double

The min time ms.

StandardDeviation

Gets or sets the standard deviation.

public double StandardDeviation { get; set; }

Property Value

double

The standard deviation.

TotalMemoryTransferred

Gets or sets the total memory transferred.

public double TotalMemoryTransferred { get; set; }

Property Value

double

The total memory transferred.