The dashboard dockable shows the current GEGL cache and swap sizes, and their recent history. It has options to control the update rate and history duration of the data, and an option to warn (by raising/blinking the dialog) when the swap size approaches its limit.
23 lines
948 B
XML
23 lines
948 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
|
|
|
|
<ui>
|
|
<popup action="dashboard-popup">
|
|
<menu action="dashboard-update-interval">
|
|
<menuitem action="dashboard-update-interval-0-25-sec" />
|
|
<menuitem action="dashboard-update-interval-0-5-sec" />
|
|
<menuitem action="dashboard-update-interval-1-sec" />
|
|
<menuitem action="dashboard-update-interval-2-sec" />
|
|
<menuitem action="dashboard-update-interval-4-sec" />
|
|
</menu>
|
|
<menu action="dashboard-history-duration">
|
|
<menuitem action="dashboard-history-duration-15-sec" />
|
|
<menuitem action="dashboard-history-duration-30-sec" />
|
|
<menuitem action="dashboard-history-duration-60-sec" />
|
|
<menuitem action="dashboard-history-duration-120-sec" />
|
|
<menuitem action="dashboard-history-duration-240-sec" />
|
|
</menu>
|
|
<separator />
|
|
<menuitem action="dashboard-low-swap-space-warning" />
|
|
</popup>
|
|
</ui>
|