Table of Contents

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

TimeSpan?

IncludeGpuProfile

Gets or sets whether to include GPU profiling.

public bool IncludeGpuProfile { get; set; }

Property Value

bool

IncludeMemoryProfile

Gets or sets whether to include memory profiling.

public bool IncludeMemoryProfile { get; set; }

Property Value

bool