mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-06 00:23:14 +02:00
pw_utils: Add Tracy span to queue_after_sync()
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user