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
Metrics
Gets the collected metrics. Performance measurements from the session.
public Dictionary<string, double> Metrics { get; init; }
Property Value
Tags
Gets the session tags. Metadata tags associated with the session.
public Dictionary<string, string> Tags { get; init; }