mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: add scrubber for memory section
This commit is contained in:
@ -6,13 +6,18 @@
|
|||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<child>
|
<child>
|
||||||
|
<object class="SysprofTimeScrubber" id="scrubber">
|
||||||
|
<binding name="session">
|
||||||
|
<lookup name="session">SysprofMemorySection</lookup>
|
||||||
|
</binding>
|
||||||
|
<child type="chart">
|
||||||
<object class="SysprofChart">
|
<object class="SysprofChart">
|
||||||
<property name="height-request">32</property>
|
<property name="height-request">32</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="SysprofColumnLayer">
|
<object class="SysprofColumnLayer">
|
||||||
<property name="title">Stack Traces</property>
|
<property name="title">Stack Traces</property>
|
||||||
<binding name="x-axis">
|
<binding name="x-axis">
|
||||||
<lookup name="selected-time-axis" type="SysprofSession">
|
<lookup name="visible-time-axis" type="SysprofSession">
|
||||||
<lookup name="session">SysprofMemorySection</lookup>
|
<lookup name="session">SysprofMemorySection</lookup>
|
||||||
</lookup>
|
</lookup>
|
||||||
</binding>
|
</binding>
|
||||||
@ -24,6 +29,13 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="series">
|
<property name="series">
|
||||||
<object class="SysprofXYSeries">
|
<object class="SysprofXYSeries">
|
||||||
|
<property name="model">
|
||||||
|
<object class="SysprofTimeFilterModel">
|
||||||
|
<binding name="time-span">
|
||||||
|
<lookup name="visible-time" type="SysprofSession">
|
||||||
|
<lookup name="session">SysprofMemorySection</lookup>
|
||||||
|
</lookup>
|
||||||
|
</binding>
|
||||||
<binding name="model">
|
<binding name="model">
|
||||||
<lookup name="allocations" type="SysprofDocument">
|
<lookup name="allocations" type="SysprofDocument">
|
||||||
<lookup name="document" type="SysprofSession">
|
<lookup name="document" type="SysprofSession">
|
||||||
@ -31,6 +43,8 @@
|
|||||||
</lookup>
|
</lookup>
|
||||||
</lookup>
|
</lookup>
|
||||||
</binding>
|
</binding>
|
||||||
|
</object>
|
||||||
|
</property>
|
||||||
<property name="x-expression">
|
<property name="x-expression">
|
||||||
<lookup name="time" type="SysprofDocumentFrame"/>
|
<lookup name="time" type="SysprofDocumentFrame"/>
|
||||||
</property>
|
</property>
|
||||||
@ -43,6 +57,12 @@
|
|||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkSeparator">
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="SysprofMemoryCallgraphView" id="callgraph_view">
|
<object class="SysprofMemoryCallgraphView" id="callgraph_view">
|
||||||
<property name="vexpand">true</property>
|
<property name="vexpand">true</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user