1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Set (some of) the required variables.

This commit is contained in:
Bartosz Taudul 2019-12-16 20:42:24 +01:00
parent c5ce93136f
commit 14e096d052

View File

@ -266,6 +266,10 @@ Worker::Worker( const std::string& program, const std::vector<ImportEventTimelin
, m_buffer( nullptr )
, m_traceVersion( CurrentVersion )
, m_captureProgram( program )
, m_captureTime( 0 )
, m_resolution( 0 )
, m_delay( 0 )
, m_pid( 0 )
{
m_data.sourceLocationExpand.push_back( 0 );
m_data.localThreadCompress.InitZero();