Table of Contents

Class PerformanceProfilerOptions

Namespace
DotCompute.Abstractions.Telemetry.Options
Assembly
DotCompute.Abstractions.dll

Performance profiler configuration options.

public sealed class PerformanceProfilerOptions
Inheritance
PerformanceProfilerOptions
Inherited Members

Properties

DetailedProfiling

Gets or sets whether to enable detailed profiling.

public bool DetailedProfiling { get; set; }

Property Value

bool

Enabled

Gets or sets whether performance profiling is enabled.

public bool Enabled { get; set; }

Property Value

bool

ProfilingInterval

Gets or sets the profiling frequency.

public TimeSpan ProfilingInterval { get; set; }

Property Value

TimeSpan