1
0
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:
Bartosz Taudul
2020-08-04 14:15:28 +02:00
parent a23f58cc8f
commit 9449f3ef89
2 changed files with 22 additions and 1 deletions
+4 -1
View File
@@ -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;