mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add time range limit UI to statistics menu.
This commit is contained in:
@@ -353,7 +353,6 @@ private:
|
||||
bool m_messagesScrollBottom;
|
||||
ImGuiTextFilter m_messageFilter;
|
||||
bool m_showMessageImages = false;
|
||||
ImGuiTextFilter m_statisticsFilter;
|
||||
int m_visibleMessages = 0;
|
||||
size_t m_prevMessages = 0;
|
||||
Vector<uint32_t> m_msgList;
|
||||
@@ -363,6 +362,10 @@ private:
|
||||
Annotation* m_selectedAnnotation = nullptr;
|
||||
bool m_reactToCrash = false;
|
||||
|
||||
ImGuiTextFilter m_statisticsFilter;
|
||||
Range m_statRange;
|
||||
RangeSlim m_statRangeSlim;
|
||||
|
||||
Region m_highlight;
|
||||
Region m_highlightZoom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user