On Jul 18, 2008, at 9:48 PM, MenTaLguY wrote:
On Wed, 2008-07-09 at 00:18 -0300, bulia byak wrote:
I'm flooded by a stream of warnings like
** (inkscape:27965): WARNING **: Event latency reached 3.290566 sec
What am I supposed to do with them?
That's from my instrumentation for debugging the calligraphy slowness/temporary hangs. You're actually seeing latencies that high without hangs?
Yes. And I started seeing some myself. The odd thing was that they started up after I'd had the tool open for a bit, then would slowly climb higher even though I wasn't doing anything taxing.
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.