mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Don't load unneeded data.
This commit is contained in:
parent
0337569f95
commit
470bfb5c02
@ -3816,7 +3816,7 @@ void View::DrawCompare()
|
||||
auto f = std::unique_ptr<tracy::FileRead>( tracy::FileRead::Open( fn ) );
|
||||
if( f )
|
||||
{
|
||||
m_compare.second = std::make_unique<Worker>( *f );
|
||||
m_compare.second = std::make_unique<Worker>( *f, EventType::None );
|
||||
}
|
||||
}
|
||||
catch( const tracy::UnsupportedVersion& e )
|
||||
|
Loading…
Reference in New Issue
Block a user