mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Don't sleep in test application's fibonacci thread.
This commit is contained in:
parent
98fe63b5eb
commit
35f939165d
@ -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 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user