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

Add shorten name accessor.

This commit is contained in:
Bartosz Taudul
2022-08-15 21:21:50 +02:00
parent 257a836dc7
commit 4d974da290
+1
View File
@@ -119,6 +119,7 @@ public:
void ShowSampleParents( uint64_t symAddr, bool withInlines ) { m_sampleParents.symAddr = symAddr; m_sampleParents.sel = 0; m_sampleParents.withInlines = withInlines; }
const ViewData& GetViewData() const { return m_vd; }
ShortenName GetShortenName() const { return m_shortenName; }
bool m_showRanges = false;
Range m_statRange;