RESOLVED FIXED 281130
[WPE] Improve buffer handling in HeadlessViewBackendFdo
https://bugs.webkit.org/show_bug.cgi?id=281130
Summary [WPE] Improve buffer handling in HeadlessViewBackendFdo
Carlos Garcia Campos
Reported 2024-10-09 02:55:06 PDT
It currently has a timer running every 16ms to check if there's any pending buffer to process. Instead of having the timer running even when there aren't pending buffers, we could start the timer only when a new buffer is pending and process it after 16ms since the previous one.
Attachments
Carlos Garcia Campos
Comment 1 2024-10-09 03:03:05 PDT
EWS
Comment 2 2024-10-10 03:34:36 PDT
Committed 284961@main (eceb208b3be3): <https://commits.webkit.org/284961@main> Reviewed commits have been landed. Closing PR #34902 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.