implement wait tree widget
This commit is contained in:
parent
c59bdecd23
commit
f69a543110
9 changed files with 636 additions and 0 deletions
|
@ -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];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue