Table of Contents

Class AllocationPatternData

Namespace
DotCompute.Abstractions.Telemetry.Profiles
Assembly
DotCompute.Abstractions.dll

Allocation pattern analysis data.

public sealed class AllocationPatternData
Inheritance
AllocationPatternData
Inherited Members

Properties

AllocationFrequency

Gets the allocation frequency (allocations per second).

public required double AllocationFrequency { get; init; }

Property Value

double

TotalAllocations

Gets the total number of allocations.

public required int TotalAllocations { get; init; }

Property Value

int

TotalBytesAllocated

Gets the total bytes allocated.

public required long TotalBytesAllocated { get; init; }

Property Value

long