Re: [PATCH weston] main: report presentation clock resolution

2016-06-17 Thread Pekka Paalanen
On Wed, 15 Jun 2016 14:28:09 +0200 Hardening wrote: > Le 13/06/2016 13:34, Pekka Paalanen a écrit : > > From: Pekka Paalanen > > > > For debugging weird timing issues. If your clock resolution is > > unexpectedly e.g. 10 ms, you can be sure you will have strange timing > > issues. This is almos

Re: [PATCH weston] main: report presentation clock resolution

2016-06-15 Thread Hardening
Le 13/06/2016 13:34, Pekka Paalanen a écrit : > From: Pekka Paalanen > > For debugging weird timing issues. If your clock resolution is > unexpectedly e.g. 10 ms, you can be sure you will have strange timing > issues. This is almost certainly caused by kernel misconfiguration. > > We rely on clo

[PATCH weston] main: report presentation clock resolution

2016-06-13 Thread Pekka Paalanen
From: Pekka Paalanen For debugging weird timing issues. If your clock resolution is unexpectedly e.g. 10 ms, you can be sure you will have strange timing issues. This is almost certainly caused by kernel misconfiguration. We rely on clock_getres() being available by the same thing that gets us c