Class DashboardTelemetrySink
Namespace: VelloSharp.ChartDiagnostics
Assembly: VelloSharp.ChartDiagnostics.dll
Dispatches chart telemetry to
public sealed class DashboardTelemetrySink : IChartTelemetrySink
Inheritance
object ← DashboardTelemetrySink
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Instance
Provides a shared singleton instance suitable for application-level wiring.
public static DashboardTelemetrySink Instance { get; }
Property Value
Methods
Record(FrameStats)
public void Record(FrameStats stats)
Parameters
stats
FrameStats
Record(ChartMetric)
public void Record(ChartMetric metric)
Parameters
metric
ChartMetric