mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 05:03:53 +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…
x
Reference in New Issue
Block a user