Summary: | [task] Protocol: Format of time values | ||
---|---|---|---|
Product: | Wayland | Reporter: | John Kåre Alsaker <john.kare.alsaker> |
Component: | wayland | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
John Kåre Alsaker
2012-10-02 13:59:19 UTC
No. Absolute time here is irrelevant. The time is counted from an arbitrary point, monotonically, and only the time difference between events is significant. This is not meant to be a datetime clock. Informing the client of overflows is still required for it to compute the time difference between two events. (In reply to comment #2) > Informing the client of overflows is still required for it to compute the > time difference between two events. No, that's why the time values are uint. The overflow behavior for unsigned integers is well-defined and gives you the delta. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.