tlog icon indicating copy to clipboard operation
tlog copied to clipboard

Add a real time timestamp to each message

Open spbnick opened this issue 8 years ago • 2 comments

As tlog-rec always caches the recorded data for at least one second, the timestamp the log server adds lags behind and doesn't represent the exact time the input was done, which might make correlating with other log messages more difficult.

Implement adding a real time timestamp to each message signifying the real and absolute time the first timing entry has arrived.

spbnick avatar Feb 26 '16 11:02 spbnick

The problem here is that then tlog messages would need to be handled differently from all others in the log, because the accurate timing data would be inside the message. Perhaps we can live with the imprecision.

spbnick avatar May 20 '16 11:05 spbnick

If we're going to add this, then the field name should match the one aushape uses.

spbnick avatar Dec 16 '16 10:12 spbnick