Module re_time_panel::time_axis
source · Structs§
- A piece-wise linear view of a single timeline.
Functions§
- Returns
None
to signal an abort. - Returns
None
to signal an abort. - Collapse any gaps larger or equals to the given threshold.
- First determine the threshold for when a gap should be closed. Sometimes, looking at data spanning milliseconds, a single second pause can be an eternity. When looking at data recorded over hours, a few minutes of pause may be nothing. We also don’t want to produce a timeline of only gaps. Finding a perfect heuristic is impossible, but we do our best!