Improvement to stats print-out in &ps.

This commit is contained in:
Alan Mishchenko 2014-03-09 23:10:56 -07:00
parent 1faab4e934
commit 397a8c478f
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ void Gia_ManPrintMappingStats( Gia_Man_t * p, char * pDumpFile )
fprintf( pTable, "%d ", nLuts );
fprintf( pTable, "%d ", LevelMax );
fprintf( pTable, "%.2f", 1.0*(Abc_Clock() - clk)/CLOCKS_PER_SEC );
clk = Abc_Clock();
}
fclose( pTable );
}