projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
876b344
)
e_comp_object: add ttrace at evas_object_image_native_surface_set
67/293267/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 22 May 2023 06:36:36 +0000
(15:36 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Tue, 23 May 2023 09:31:04 +0000
(18:31 +0900)
Change-Id: I0ad9a9a8c7644952169fa9046ae404b98284cfb1
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index
0aba85b
..
fc4a138
100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-4927,13
+4927,17
@@
_e_comp_object_native_surface_set(E_Comp_Object *cw, Evas_Native_Surface *ns, Ei
}
}
+ TRACE_DS_BEGIN(NATIVE_SURFACE_SET);
evas_object_image_native_surface_set(cw->obj, ns);
+ TRACE_DS_END();
if (with_mirror)
{
EINA_LIST_FOREACH(cw->obj_mirror, l, o)
{
evas_object_image_alpha_set(o, !!cw->ns ? 1 : cw->ec->argb);
+ TRACE_DS_BEGIN(NATIVE_SURFACE_SET);
evas_object_image_native_surface_set(o, ns);
+ TRACE_DS_END();
}
}
}