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

Build messages draw list only if visible.

This commit is contained in:
Bartosz Taudul
2023-04-05 18:55:23 +02:00
parent 4b8ac41345
commit a9ee4c499e
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ private:
void PreprocessContextSwitches( const TimelineContext& ctx, const ContextSwitch& ctxSwitch, bool visible );
void PreprocessSamples( const TimelineContext& ctx, const Vector<SampleData>& vec, bool visible );
void PreprocessMessages( const TimelineContext& ctx, const Vector<short_ptr<MessageData>>& vec, uint64_t tid, bool visible );
void PreprocessMessages( const TimelineContext& ctx, const Vector<short_ptr<MessageData>>& vec, uint64_t tid, bool visible, int yPos );
const ThreadData* m_thread;
bool m_ghost;