mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: Match "webkit" for counters as well
WebKit may start introducing counters for page rendering, and it's great to be able to see them in Sysprof UI :)
This commit is contained in:
@ -450,6 +450,14 @@
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkStringFilter">
|
||||
<property name="search">webkit</property>
|
||||
<property name="expression">
|
||||
<lookup name="category" type="SysprofDocumentCounter"/>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user