Class ProfileOptions
- Namespace
- DotCompute.Abstractions.Telemetry.Types
- Assembly
- DotCompute.Abstractions.dll
Profile options for performance profiling.
public sealed class ProfileOptions
- Inheritance
-
ProfileOptions
- Inherited Members
Properties
Duration
Gets or sets the profiling duration.
public TimeSpan? Duration { get; set; }
Property Value
IncludeGpuProfile
Gets or sets whether to include GPU profiling.
public bool IncludeGpuProfile { get; set; }
Property Value
IncludeMemoryProfile
Gets or sets whether to include memory profiling.
public bool IncludeMemoryProfile { get; set; }