mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user