Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cpp b/test/test.cpp
index 325620fb..51cad692 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -189,6 +189,7 @@ void DepthTest()
tracy::SetThreadName( "Depth test" );
for(;;)
{
+ std::this_thread::sleep_for( std::chrono::milliseconds( 1 ) );
ZoneScoped;
const auto txt = "Fibonacci (15)";
ZoneText( txt, strlen( txt ) );