Show only contended locks by default.

This commit is contained in:
Bartosz Taudul 2018-07-15 20:29:35 +02:00
parent 24f7be3f51
commit acf3bc7d43

View File

@ -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 )