mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-04-30 23:48:00 +02:00
libweston: Track weston_compositor_print_scene_graph
For logging performance profiling. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
02aa53eb4b
commit
f8b39037ad
1 changed files with 2 additions and 0 deletions
|
|
@ -9773,6 +9773,8 @@ weston_compositor_print_scene_graph(struct weston_compositor *ec)
|
|||
size_t len;
|
||||
int err;
|
||||
|
||||
WESTON_TRACE_FUNC();
|
||||
|
||||
fp = open_memstream(&ret, &len);
|
||||
assert(fp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue