1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Add shorten name accessor.

This commit is contained in:
Bartosz Taudul 2022-08-15 21:21:50 +02:00
parent 257a836dc7
commit 4d974da290
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

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;