From 9a9f1c2ab9da1581bac24298aa167c39d7e41c6e Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 3 Aug 2024 19:41:44 +0200 Subject: [PATCH] Set plot thread group hint to -1 in the test application. --- test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cpp b/test/test.cpp index 21fd1447..bcfccde4 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -163,7 +163,7 @@ void RecLock() void Plot() { - tracy::SetThreadName( "Plot 1/2" ); + tracy::SetThreadNameWithHint( "Plot 1/2", -1 ); unsigned char i = 0; for(;;) {