mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +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" );
|
tracy::SetThreadName( "Depth test" );
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
|
std::this_thread::sleep_for( std::chrono::milliseconds( 1 ) );
|
||||||
ZoneScoped;
|
ZoneScoped;
|
||||||
const auto txt = "Fibonacci (15)";
|
const auto txt = "Fibonacci (15)";
|
||||||
ZoneText( txt, strlen( txt ) );
|
ZoneText( txt, strlen( txt ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user