Skip to content

Update std::chrono timestamp instead of double, report absolute timestamp

Bram Veenboer requested to merge update-timestamp-chrono into master

The double timestamp that was used internally is replaced with Timestamp (which is an alias for the time_point from std::chrono). Only when needed, the timestamps are converted to seconds. Absolute timestamps are now reported by the example program and dumped to the log file.

Merge request reports

Loading