Table of Contents

Class SessionMetrics

Namespace
DotCompute.Runtime.Services.Performance.Results
Assembly
DotCompute.Runtime.dll

Metrics for a profiling session. Performance data collected during a single profiling session.

public class SessionMetrics
Inheritance
SessionMetrics
Inherited Members

Properties

ElapsedTime

Gets the elapsed time. Duration of the profiling session.

public TimeSpan ElapsedTime { get; init; }

Property Value

TimeSpan

Metrics

Gets the collected metrics. Performance measurements from the session.

public Dictionary<string, double> Metrics { get; init; }

Property Value

Dictionary<string, double>

Tags

Gets the session tags. Metadata tags associated with the session.

public Dictionary<string, string> Tags { get; init; }

Property Value

Dictionary<string, string>