Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultRes int64 = 1500 DefaultMinInterval = time.Second * 10 )
Functions ¶
func CalcPointInterval ¶
CalcPointInterval calculates the appropriate interval between each point (aka step) Note that its main usage is with SelectSeries, therefore its * inputs are in ms * output is in seconds
func New ¶
func New(series *v1.Series, startMs int64, endMs int64, durationDeltaSec int64) *flamebearer.FlamebearerTimelineV1
New generates a FlamebearerTimeline, backfilling any missing data with zeros It assumes: * Ordered * startMs is earlier than the first series value * endMs is after the last series value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.