Table of Contents

Class MemoryTrackingPolicy

Namespace
DotCompute.Backends.CUDA.Memory.Models
Assembly
DotCompute.Backends.CUDA.dll

Memory tracking policy configuration.

public sealed class MemoryTrackingPolicy
Inheritance
MemoryTrackingPolicy
Inherited Members

Properties

AnalyticsWindow

Gets the sliding window over which analytics are aggregated.

public TimeSpan AnalyticsWindow { get; init; }

Property Value

TimeSpan

EnableDetailedTracking

Gets a value indicating whether detailed tracking is enabled.

public bool EnableDetailedTracking { get; init; }

Property Value

bool

TrackStackTraces

Gets a value indicating whether allocation stack traces are captured.

public bool TrackStackTraces { get; init; }

Property Value

bool