mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Make test program data generation rate more sensible.
This commit is contained in:
parent
18fec05e57
commit
d71ecd5271
@ -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 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user