drc_proto: report rule hits only for rule-driven tests
This commit is contained in:
parent
0ef6d85a1f
commit
1cd349c8f6
|
@ -92,6 +92,9 @@ void test::DRC_TEST_PROVIDER::accountCheck( const test::DRC_CONSTRAINT& constrai
|
|||
|
||||
void test::DRC_TEST_PROVIDER::reportRuleStatistics()
|
||||
{
|
||||
if( !m_isRuleDriven )
|
||||
return;
|
||||
|
||||
m_drcEngine->ReportAux("Rule hit statistics: ");
|
||||
for( auto stat : m_stats )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue