mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +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()
|
void Plot()
|
||||||
{
|
{
|
||||||
tracy::SetThreadName( "Plot 1/2" );
|
tracy::SetThreadNameWithHint( "Plot 1/2", -1 );
|
||||||
unsigned char i = 0;
|
unsigned char i = 0;
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user