mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 13:13:53 +00:00
Add shorten name accessor.
This commit is contained in:
parent
257a836dc7
commit
4d974da290
@ -119,6 +119,7 @@ public:
|
|||||||
void ShowSampleParents( uint64_t symAddr, bool withInlines ) { m_sampleParents.symAddr = symAddr; m_sampleParents.sel = 0; m_sampleParents.withInlines = withInlines; }
|
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; }
|
const ViewData& GetViewData() const { return m_vd; }
|
||||||
|
|
||||||
|
ShortenName GetShortenName() const { return m_shortenName; }
|
||||||
|
|
||||||
bool m_showRanges = false;
|
bool m_showRanges = false;
|
||||||
Range m_statRange;
|
Range m_statRange;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user