mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix initialization order.
This commit is contained in:
parent
066c266df9
commit
c9240c100d
@ -235,10 +235,10 @@ SourceView::SourceView( GetWindowCallback gwcb )
|
||||
, m_asmShowSourceLocation( true )
|
||||
, m_calcInlineStats( true )
|
||||
, m_atnt( false )
|
||||
, m_childCalls( false )
|
||||
, m_childCallList( false )
|
||||
, m_hwSamples( true )
|
||||
, m_hwSamplesRelative( true )
|
||||
, m_childCalls( false )
|
||||
, m_childCallList( false )
|
||||
, m_cost( CostType::SampleCount )
|
||||
, m_showJumps( true )
|
||||
, m_cpuArch( CpuArchUnknown )
|
||||
|
@ -316,9 +316,9 @@ Worker::Worker( const char* name, const char* program, const std::vector<ImportE
|
||||
, m_executableTime( 0 )
|
||||
, m_pid( 0 )
|
||||
, m_samplingPeriod( 0 )
|
||||
, m_inconsistentSamples( false )
|
||||
, m_stream( nullptr )
|
||||
, m_buffer( nullptr )
|
||||
, m_inconsistentSamples( false )
|
||||
, m_traceVersion( CurrentVersion )
|
||||
{
|
||||
m_data.sourceLocationExpand.push_back( 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user