Update std::chrono timestamp instead of double, report absolute timestamp
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.