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

Add function for highlighting a thread.

This commit is contained in:
Bartosz Taudul
2022-09-03 19:25:02 +02:00
parent e19a3a8767
commit 0c4ca4cd69
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1277,4 +1277,10 @@ bool View::Save( const char* fn, FileWrite::Compression comp, int zlevel, bool b
return true;
}
void View::HighlightThread( uint64_t thread )
{
m_drawThreadMigrations = thread;
m_drawThreadHighlight = thread;
}
}