Use new interface in test.

This commit is contained in:
Bartosz Taudul 2017-11-14 23:24:40 +01:00 committed by Bartosz Taudul
parent c43eb29ce0
commit 540f71cfd6

View File

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