mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Use new interface in test.
This commit is contained in:
parent
c43eb29ce0
commit
540f71cfd6
@ -9,8 +9,7 @@ void TestFunction()
|
||||
for(;;)
|
||||
{
|
||||
std::this_thread::sleep_for( std::chrono::milliseconds( 1 ) );
|
||||
ZoneScoped;
|
||||
ZoneName( "Test function" );
|
||||
ZoneScopedN( "Test function" );
|
||||
std::this_thread::sleep_for( std::chrono::milliseconds( 1 ) );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user