mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This gets started on allowing the user to select a region. Nothing is yet responding to the changes in selection, but that can come later. Ideally, we will truncate (or mark rows invisible/insensitive) if they do not fall within the selected time region.
15 lines
608 B
XML
15 lines
608 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/sysprof">
|
|
<file compressed="true">css/shared.css</file>
|
|
|
|
<file compressed="true">ui/sp-callgraph-view.ui</file>
|
|
<file compressed="true">ui/sp-empty-state-view.ui</file>
|
|
<file compressed="true">ui/sp-failed-state-view.ui</file>
|
|
<file compressed="true">ui/sp-process-model-row.ui</file>
|
|
<file compressed="true">ui/sp-profiler-menu-button.ui</file>
|
|
<file compressed="true">ui/sp-recording-state-view.ui</file>
|
|
<file compressed="true">ui/sp-visualizer-view.ui</file>
|
|
</gresource>
|
|
</gresources>
|