Make test program data generation rate more sensible.

This commit is contained in:
Bartosz Taudul 2022-04-27 17:16:44 +02:00
parent 18fec05e57
commit d71ecd5271
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

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