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
TotalAllocations
Gets the total number of allocations.
public required int TotalAllocations { get; init; }
Property Value
TotalBytesAllocated
Gets the total bytes allocated.
public required long TotalBytesAllocated { get; init; }