Don't sleep in test application's fibonacci thread.

This commit is contained in:
Bartosz Taudul 2020-08-12 23:55:49 +02:00
parent 98fe63b5eb
commit 35f939165d

View File

@ -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 ) );