mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +00:00
Proper initialization order.
This commit is contained in:
parent
f1ac7e9d49
commit
88d4580631
@ -121,6 +121,7 @@ View::View( const char* addr )
|
|||||||
, m_connected( false )
|
, m_connected( false )
|
||||||
, m_hasData( false )
|
, m_hasData( false )
|
||||||
, m_staticView( false )
|
, m_staticView( false )
|
||||||
|
, m_sourceLocationExpand( { 0 } )
|
||||||
, m_zonesCnt( 0 )
|
, m_zonesCnt( 0 )
|
||||||
, m_mbps( 64 )
|
, m_mbps( 64 )
|
||||||
, m_stream( LZ4_createStreamDecode() )
|
, m_stream( LZ4_createStreamDecode() )
|
||||||
@ -144,7 +145,6 @@ View::View( const char* addr )
|
|||||||
, m_onlyContendedLocks( false )
|
, m_onlyContendedLocks( false )
|
||||||
, m_namespace( Namespace::Full )
|
, m_namespace( Namespace::Full )
|
||||||
, m_terminate( false )
|
, m_terminate( false )
|
||||||
, m_sourceLocationExpand( { 0 } )
|
|
||||||
{
|
{
|
||||||
assert( s_instance == nullptr );
|
assert( s_instance == nullptr );
|
||||||
s_instance = this;
|
s_instance = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user