summaryrefslogtreecommitdiffstats
path: root/src/proof/cec/cecSynth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/cec/cecSynth.c')
-rw-r--r--src/proof/cec/cecSynth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/cec/cecSynth.c b/src/proof/cec/cecSynth.c
index 6ab88cbe..c00723bc 100644
--- a/src/proof/cec/cecSynth.c
+++ b/src/proof/cec/cecSynth.c
@@ -298,7 +298,7 @@ int Cec_SequentialSynthesisPart( Gia_Man_t * p, Cec_ParSeq_t * pPars )
int * pMapBack, * pReprs;
int i, nCountPis, nCountRegs;
int nClasses;
- clock_t clk = clock();
+ abctime clk = Abc_Clock();
// save parameters
if ( fPrintParts )
@@ -367,7 +367,7 @@ int Cec_SequentialSynthesisPart( Gia_Man_t * p, Cec_ParSeq_t * pPars )
ABC_FREE( pReprs );
if ( pPars->fVerbose )
{
- Abc_PrintTime( 1, "Total time", clock() - clk );
+ Abc_PrintTime( 1, "Total time", Abc_Clock() - clk );
}
return 1;
}