mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Add highlighted message accessor to View.
This commit is contained in:
parent
b0fb230287
commit
fbc87275e7
@ -121,6 +121,8 @@ public:
|
||||
ShortenName GetShortenName() const { return m_shortenName; }
|
||||
int GetNextGpuIdx() { return m_gpuIdx++; }
|
||||
|
||||
const MessageData* GetMessageHighlight() const { return m_msgHighlight; }
|
||||
|
||||
void HighlightThread( uint64_t thread );
|
||||
void ZoomToRange( int64_t start, int64_t end, bool pause = true );
|
||||
bool DrawPlot( const TimelineContext& ctx, PlotData& plot, int& offset );
|
||||
|
Loading…
x
Reference in New Issue
Block a user