NTP Analyzer
0.8.2
Analyze the operation of time servers
|
A dispersion graph contains an series of offsets and jitter values together with a time coordinate. More...
Protected Member Functions | |
DispersionGraph (IDispersionGraphConfiguration configuration) | |
override void | AddPlots () |
Protected Member Functions inherited from Ntp.Analyzer.Graph.GraphBase | |
GraphBase (IGraphBaseConfiguration baseConfig) | |
abstract void | LoadData () |
virtual void | PreRender () |
LinePlot | SetupPlot (string name, Color color, IList time, IList data) |
Protected Attributes | |
readonly List< double > | Jitter |
readonly List< double > | Offset |
readonly List< DateTime > | Time |
Protected Attributes inherited from Ntp.Analyzer.Graph.GraphBase | |
TimeSpan | GraphTimeSpan => new TimeSpan(baseConfig.Timespan, 0, 0, 0) |
Private Attributes | |
readonly IDispersionGraphConfiguration | config |
Additional Inherited Members | |
Public Member Functions inherited from Ntp.Analyzer.Graph.GraphBase | |
Stream | Generate () |
Stream | Render () |
Public Attributes inherited from Ntp.Analyzer.Graph.GraphBase | |
IEnumerable< StreamDestination > | Destinations => destinations |
string | ImageFileExtension => "png" |
Properties inherited from Ntp.Analyzer.Graph.GraphBase | |
PlotSurface2D | Surface [get, private set] |
abstract string | YLabel [get] |
Properties inherited from Ntp.Analyzer.Export.IStreamGenerator | |
IEnumerable< StreamDestination > | Destinations [get] |
A dispersion graph contains an series of offsets and jitter values together with a time coordinate.
Definition at line 33 of file DispersionGraph.cs.
|
inlineprotected |
Definition at line 35 of file DispersionGraph.cs.
|
inlineprotectedvirtual |
Implements Ntp.Analyzer.Graph.GraphBase.
Reimplemented in Ntp.Analyzer.Graph.PeerGraph, and Ntp.Analyzer.Graph.HostGraph.
Definition at line 50 of file DispersionGraph.cs.
|
private |
Definition at line 44 of file DispersionGraph.cs.
|
protected |
Definition at line 46 of file DispersionGraph.cs.
|
protected |
Definition at line 47 of file DispersionGraph.cs.
|
protected |
Definition at line 48 of file DispersionGraph.cs.