19 Jul
2008
19 Jul
'08
5:56 a.m.
On Fri, 2008-07-18 at 22:39 -0700, Jon A. Cruz wrote:
In those cases it was looking like some time was not being properly cleared and was being wrongly checked. Or perhaps like an array/queue was being used but the head and tail were drifting out of sync, etc.
Hm, could you sanity-check src/debug/gdk-event-latency-tracker.cpp for me? As far as I can tell it is correct, but maybe there is some weird issue. If you're seeing actual latencies that high, there should be noticable lag in the UI during that time.
(The latency is estimated, since we don't have access to the actual event clock and must guess at it, but the code is intended to try to underestimate latency, not overestimate it...)
-mental