Skip to main content

Module timestamp

Module timestamp 

Source
Expand description

Timestamp types for the NextVision runtime.

Two timestamp types serve distinct purposes:

  • MonotonicTs — monotonic nanoseconds since feed start. Used for all internal ordering and duration calculations. Never wall-clock.
  • WallTs — wall-clock microseconds since Unix epoch. Used only in output and provenance for correlation with external systems.

Structs§

Duration
A duration in nanoseconds.
MonotonicTs
Monotonic timestamp — nanoseconds since feed start.
WallTs
Wall-clock timestamp — microseconds since Unix epoch.