Table of Contents

Class MemoryProfile

Namespace
DotCompute.Abstractions.Debugging
Assembly
DotCompute.Abstractions.dll

Memory profiling information.

public class MemoryProfile
Inheritance
MemoryProfile
Inherited Members

Properties

Allocations

Memory allocations during execution.

public long Allocations { get; init; }

Property Value

long

Efficiency

Memory efficiency score (0-1).

public float Efficiency { get; init; }

Property Value

float

PeakMemory

Peak memory usage during execution in bytes.

public long PeakMemory { get; init; }

Property Value

long