sysprof: allow 5000 samples in mark chart rows

This still seems to load dense data fine without reaching the maximum
GL command queue size.
This commit is contained in:
Christian Hergert
2023-11-16 13:01:17 -08:00
parent 32897e57f1
commit 5f013318c8

View File

@ -79,6 +79,7 @@
<property name="icon-name">mark-chart-symbolic</property>
<property name="child">
<object class="SysprofMarkChart" id="mark_chart">
<property name="max-items">5000</property>
<binding name="session">
<lookup name="session">SysprofMarksSection</lookup>
</binding>