1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add range limit UI to symbol view.

This commit is contained in:
Bartosz Taudul
2020-08-09 21:11:18 +02:00
parent 900fbe5df8
commit 85f54499fe
2 changed files with 44 additions and 4 deletions
+5 -3
View File
@@ -94,6 +94,11 @@ public:
const char* SourceSubstitution( const char* srcFile ) const;
void ShowSampleParents( uint64_t symAddr ) { m_sampleParents.symAddr = symAddr; m_sampleParents.sel = 0; }
const ViewData& GetViewData() const { return m_vd; }
bool m_showRanges = false;
Range m_statRange;
private:
enum class Namespace : uint8_t
@@ -341,8 +346,6 @@ private:
bool m_reactToCrash = false;
ImGuiTextFilter m_statisticsFilter;
Range m_statRange;
RangeSlim m_statRangeSlim;
Region m_highlight;
Region m_highlightZoom;
@@ -359,7 +362,6 @@ private:
bool m_showPlayback = false;
bool m_showCpuDataWindow = false;
bool m_showAnnotationList = false;
bool m_showRanges = false;
enum class CpuDataSortBy
{