[Webkit-unassigned] [Bug 150392] [GTK] Implement rendering frames timeline panel for GTK+ port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 05:22:21 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=150392

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #263677|0                           |1
        is obsolete|                            |
 Attachment #406841|                            |review?
              Flags|                            |

--- Comment #18 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 406841

  --> https://bugs.webkit.org/attachment.cgi?id=406841&action=review

Patch

This patch follows the run loop approach. We can't monitor the run loop because GLib doesn't have API for that, but we can at least monitor our sources, which seems to be enough to get quite useful information. It's not exactly a frame per loop cycle in some cases, because here we are monitoring the sources, but in most of the cases there's only one source per loop iteration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200819/1d44fd10/attachment.htm>


More information about the webkit-unassigned mailing list