Bartosz Taudul
Bartosz Taudul
> Zooming reveals that the data is actually completely bogus. See the video: Yes, this looks to be completely broken. Can you share a trace with these plots?
I can reproduce the issue with your trace. It's certainly something interesting.  Without looking at the data, this looks like an unsorted plot, as you can see values...
PPQSort was added in 1c1faeff2. The trace format has not changed. Opening the existing trace will not result in any changes, you would have to redo the trace and see...
The commit introducing the two calls is 46a5cc4, and the related PR is #1016.
Coding style needs to be fixed.
You are using async / fiber functionality, and the current implementation switches everything to be fully serialized in such case. Maybe this is the reason why you see this behavior?
Sorry, I don't run Xorg anymore.
It's not public at the moment. You can ping me at [email protected] and I'll send it to you. Edit: or I can just send it to you, I've not seen...
https://github.com/wolfpld/tracy
> should probably not be merged until it is tested properly - is there a standard procedure for that already? There is nothing formalized for that.