Table of Contents

Class TimingCheckpoint

Namespace
DotCompute.Runtime.Services.Interfaces
Assembly
DotCompute.Runtime.dll

Timing checkpoint in profiling session.

public class TimingCheckpoint
Inheritance
TimingCheckpoint
Inherited Members

Properties

DeltaTime

Gets or sets the time since last checkpoint.

public TimeSpan DeltaTime { get; init; }

Property Value

TimeSpan

ElapsedTime

Gets or sets the elapsed time since session start.

public TimeSpan ElapsedTime { get; init; }

Property Value

TimeSpan

Name

Gets or sets the checkpoint name.

public required string Name { get; init; }

Property Value

string