mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Don't sleep in test application's fibonacci thread.
This commit is contained in:
@@ -176,7 +176,6 @@ void DepthTest()
|
||||
tracy::SetThreadName( "Depth test" );
|
||||
for(;;)
|
||||
{
|
||||
std::this_thread::sleep_for( std::chrono::milliseconds( 20 ) );
|
||||
ZoneScoped;
|
||||
const auto txt = "Fibonacci (15)";
|
||||
ZoneText( txt, strlen( txt ) );
|
||||
|
||||
Reference in New Issue
Block a user