Interface IChartTelemetrySink
Namespace: VelloSharp.ChartDiagnostics
Assembly: VelloSharp.ChartDiagnostics.dll
Contract used by host applications to receive telemetry emitted by the chart runtime.
public interface IChartTelemetrySink
Methods
Record(FrameStats)
void Record(FrameStats stats)
Parameters
stats
FrameStats
Record(ChartMetric)
void Record(ChartMetric metric)
Parameters
metric
ChartMetric