implement wait tree widget

This commit is contained in:
wwylele 2016-04-08 19:28:54 +03:00
parent c59bdecd23
commit f69a543110
9 changed files with 636 additions and 0 deletions

View file

@ -21,6 +21,7 @@ class RegistersWidget;
class CallstackWidget;
class GPUCommandStreamWidget;
class GPUCommandListWidget;
class WaitTreeWidget;
class GMainWindow : public QMainWindow {
Q_OBJECT
@ -128,6 +129,7 @@ private:
CallstackWidget* callstackWidget;
GPUCommandStreamWidget* graphicsWidget;
GPUCommandListWidget* graphicsCommandsWidget;
WaitTreeWidget* waitTreeWidget;
QAction* actions_recent_files[max_recent_files_item];
};