pw_utils: Add Tracy span to queue_after_sync()

This commit is contained in:
Ivan Molodetskikh
2025-08-04 16:40:25 +03:00
parent 378a90e4b0
commit 5edd91d37b

View File

@@ -891,6 +891,8 @@ impl Cast {
}
unsafe fn queue_after_sync(&mut self, pw_buffer: NonNull<pw_buffer>, sync_point: SyncPoint) {
let _span = tracy_client::span!("Cast::queue_after_sync");
let mut inner = self.inner.borrow_mut();
let mut sync_point = sync_point;