From 908d5e696c7e73f80abcef85ec796511f3bffb0f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 9 Jul 2012 22:57:03 -0700 Subject: Replacing Mb/Gb to be MB/GB. --- src/map/if/ifCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifCore.c') diff --git a/src/map/if/ifCore.c b/src/map/if/ifCore.c index f42c29eb..afaccfe9 100644 --- a/src/map/if/ifCore.c +++ b/src/map/if/ifCore.c @@ -131,7 +131,7 @@ int If_ManPerformMappingComb( If_Man_t * p ) if ( p->pPars->fVerbose ) { -// Abc_Print( 1, "Total memory = %7.2f Mb. Peak cut memory = %7.2f Mb. ", +// Abc_Print( 1, "Total memory = %7.2f MB. Peak cut memory = %7.2f MB. ", // 1.0 * (p->nObjBytes + 2*sizeof(void *)) * If_ManObjNum(p) / (1<<20), // 1.0 * p->nSetBytes * Mem_FixedReadMaxEntriesUsed(p->pMemSet) / (1<<20) ); Abc_PrintTime( 1, "Total time", clock() - clkTotal ); -- cgit v1.2.3