diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 8bd5a927..71ce8775 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -221,7 +221,7 @@ View::View( const char* addr ) , m_drawZones( true ) , m_drawLocks( true ) , m_drawPlots( true ) - , m_onlyContendedLocks( false ) + , m_onlyContendedLocks( true ) , m_statSort( 0 ) , m_statSelf( false ) , m_namespace( Namespace::Full ) @@ -256,7 +256,7 @@ View::View( FileRead& f ) , m_drawZones( true ) , m_drawLocks( true ) , m_drawPlots( true ) - , m_onlyContendedLocks( false ) + , m_onlyContendedLocks( true ) , m_statSort( 0 ) , m_statSelf( false ) , m_namespace( Namespace::Full )