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
Efficiency
Memory efficiency score (0-1).
public float Efficiency { get; init; }
Property Value
PeakMemory
Peak memory usage during execution in bytes.
public long PeakMemory { get; init; }