mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Set plot thread group hint to -1 in the test application.
This commit is contained in:
parent
8cea63cbca
commit
9a9f1c2ab9
@ -163,7 +163,7 @@ void RecLock()
|
||||
|
||||
void Plot()
|
||||
{
|
||||
tracy::SetThreadName( "Plot 1/2" );
|
||||
tracy::SetThreadNameWithHint( "Plot 1/2", -1 );
|
||||
unsigned char i = 0;
|
||||
for(;;)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user