tpl_wl_vk_thread: Added TRACE point to debug.
[platform/core/uifw/libtpl-egl.git] / src / tpl_wl_vk_thread.c
index 197b133..b917001 100644 (file)
@@ -423,8 +423,10 @@ __tpl_wl_vk_wsi_surface_dequeue_buffer(tpl_surface_t *surface,
                        if (lock_ret == TPL_ERROR_NONE)
                                twe_display_unlock(wayland_vk_wsi_display->twe_display);
                        TPL_OBJECT_UNLOCK(surface);
+                       TRACE_BEGIN("WAIT_DEQUEUEABLE");
                        res = twe_surface_wait_dequeueable(wayland_vk_wsi_surface->twe_surface,
                                                                                           timeout_ns);
+                       TRACE_END();
                        TPL_OBJECT_LOCK(surface);
                        lock_ret = twe_display_lock(wayland_vk_wsi_display->twe_display);