The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c/main: Use U_TRACE_SET_THREAD_NAME

+2 -1
+2 -1
src/xrt/compositor/main/comp_target_swapchain.c
··· 531 531 532 532 COMP_DEBUG(ct->c, "Surface thread starting"); 533 533 534 - os_thread_helper_name(&cts->vblank.event_thread, "VBlank Event Thread"); 534 + os_thread_helper_name(&cts->vblank.event_thread, "VBlank Events"); 535 + U_TRACE_SET_THREAD_NAME("VBlank Events"); 535 536 536 537 os_thread_helper_lock(&cts->vblank.event_thread); 537 538