The open source OpenXR runtime
0
fork

Configure Feed

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

t/hand: Use U_TRACE_SET_THREAD_NAME

+1 -1
+1 -1
src/xrt/tracking/hand/t_hand_tracking_async.c
··· 63 63 static void * 64 64 ht_async_mainloop(void *ptr) 65 65 { 66 - XRT_TRACE_MARKER(); 66 + U_TRACE_SET_THREAD_NAME("Hand Tracking: Async"); 67 67 68 68 struct ht_async_impl *hta = (struct ht_async_impl *)ptr; 69 69