diff options
| author | 2017-02-19 18:35:04 -0800 | |
|---|---|---|
| committer | 2017-02-26 17:22:03 -0800 | |
| commit | 3b4e4003336c94527339a2a9ad7d52875974258f (patch) | |
| tree | 18e6e1125ff486ff3f9bd2985af7830cd7838f22 /src/citra_qt/debugger/profiler.ui | |
| parent | PerfStats: Add method to get the instantaneous time ratio (diff) | |
| download | yuzu-3b4e4003336c94527339a2a9ad7d52875974258f.tar.gz yuzu-3b4e4003336c94527339a2a9ad7d52875974258f.tar.xz yuzu-3b4e4003336c94527339a2a9ad7d52875974258f.zip | |
Remove built-in (non-Microprofile) profiler
Diffstat (limited to 'src/citra_qt/debugger/profiler.ui')
| -rw-r--r-- | src/citra_qt/debugger/profiler.ui | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/citra_qt/debugger/profiler.ui b/src/citra_qt/debugger/profiler.ui deleted file mode 100644 index d3c9a9a1f..000000000 --- a/src/citra_qt/debugger/profiler.ui +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <ui version="4.0"> | ||
| 3 | <class>Profiler</class> | ||
| 4 | <widget class="QDockWidget" name="Profiler"> | ||
| 5 | <property name="geometry"> | ||
| 6 | <rect> | ||
| 7 | <x>0</x> | ||
| 8 | <y>0</y> | ||
| 9 | <width>400</width> | ||
| 10 | <height>300</height> | ||
| 11 | </rect> | ||
| 12 | </property> | ||
| 13 | <property name="windowTitle"> | ||
| 14 | <string>Profiler</string> | ||
| 15 | </property> | ||
| 16 | <widget class="QWidget" name="dockWidgetContents"> | ||
| 17 | <layout class="QVBoxLayout" name="verticalLayout"> | ||
| 18 | <item> | ||
| 19 | <widget class="QTreeView" name="treeView"> | ||
| 20 | <property name="alternatingRowColors"> | ||
| 21 | <bool>true</bool> | ||
| 22 | </property> | ||
| 23 | <property name="uniformRowHeights"> | ||
| 24 | <bool>true</bool> | ||
| 25 | </property> | ||
| 26 | </widget> | ||
| 27 | </item> | ||
| 28 | </layout> | ||
| 29 | </widget> | ||
| 30 | </widget> | ||
| 31 | <resources/> | ||
| 32 | <connections/> | ||
| 33 | </ui> | ||