mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 21:23:52 +00:00
Set (some of) the required variables.
This commit is contained in:
parent
c5ce93136f
commit
14e096d052
@ -266,6 +266,10 @@ Worker::Worker( const std::string& program, const std::vector<ImportEventTimelin
|
|||||||
, m_buffer( nullptr )
|
, m_buffer( nullptr )
|
||||||
, m_traceVersion( CurrentVersion )
|
, m_traceVersion( CurrentVersion )
|
||||||
, m_captureProgram( program )
|
, m_captureProgram( program )
|
||||||
|
, m_captureTime( 0 )
|
||||||
|
, m_resolution( 0 )
|
||||||
|
, m_delay( 0 )
|
||||||
|
, m_pid( 0 )
|
||||||
{
|
{
|
||||||
m_data.sourceLocationExpand.push_back( 0 );
|
m_data.sourceLocationExpand.push_back( 0 );
|
||||||
m_data.localThreadCompress.InitZero();
|
m_data.localThreadCompress.InitZero();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user