e_comp_wl: add log of gap idle_exiter between prepare callback of wayland event loop 08/285308/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 7 Dec 2022 10:38:36 +0000 (19:38 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 9 Dec 2022 02:10:12 +0000 (11:10 +0900)
commit297a19681840df18f4ab8cd97d29260c380658c7
treeafd13e5e40ac9071bdf0366dbbe3d23ff7d4e0fe
parentd3ce08850e316d9a330eedc9370d082ecc173839
e_comp_wl: add log of gap idle_exiter between prepare callback of wayland event loop

if the job of main thread has much time or does not get CPU scheduling, the synchronous call
(ex: wl_display roundtrip) is blocked until the job is done. it is the regular operation of
a synchronous call but sometimes it has too much time.
this patch is for debugging it.

Change-Id: Ife0d9f0ad32807fd892c7b2f991d966427c0c72c
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h