From d5495ad3266e5747d4de74b409367f7b501f87f6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 7 Mar 2008 20:01:00 -0800 Subject: Version abc80307_2 --- src/map/if/ifMap.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/if/ifMap.c') diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c index 1ac5ef21..fafd454d 100644 --- a/src/map/if/ifMap.c +++ b/src/map/if/ifMap.c @@ -119,7 +119,11 @@ void If_ObjPerformMappingAnd( If_Man_t * p, If_Obj_t * pObj, int Mode, int fPrep // compute the truth table pCut->fCompl = 0; if ( p->pPars->fTruth ) + { +// int clk = clock(); If_CutComputeTruth( p, pCut, pCut0, pCut1, pObj->fCompl0, pObj->fCompl1 ); +// p->timeTruth += clock() - clk; + } // compute the application-specific cost and depth pCut->fUser = (p->pPars->pFuncCost != NULL); pCut->Cost = p->pPars->pFuncCost? p->pPars->pFuncCost(pCut) : 0; -- cgit v1.2.3