mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-12 17:51:02 +00:00
Convert counter viewer to item model, sync filter with event browser
This commit is contained in:
@@ -1049,6 +1049,9 @@ QWidget.
|
||||
)");
|
||||
virtual QWidget *Widget() = 0;
|
||||
|
||||
DOCUMENT("Updates the duration column if the selected time unit changes.");
|
||||
virtual void UpdateDurationColumn() = 0;
|
||||
|
||||
protected:
|
||||
IPerformanceCounterViewer() = default;
|
||||
~IPerformanceCounterViewer() = default;
|
||||
|
||||
Reference in New Issue
Block a user