]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
I didn't enable capturing of quick statistics (the -t flag) for the time spent bitbla...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 4 Jul 2010 07:58:00 +0000 (07:58 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 4 Jul 2010 07:58:00 +0000 (07:58 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@917 e59a4935-1847-0410-ae03-e826735625c1

src/to-sat/AIG/ToSATAIG.h

index 727df5244f603afaddc56b23f1f3843438a46314..73a57e990df40029ec0def4c49fcd5c4d743b41d 100644 (file)
@@ -59,7 +59,9 @@ namespace BEEV
       BitBlaster<BBNodeAIG, BBNodeManagerAIG> bb(&mgr);
       set<BBNodeAIG> support;
 
+      bm->GetRunTimes()->start(RunTimes::BitBlasting);
       BBNodeAIG BBFormula = bb.BBForm(input, support);
+      bm->GetRunTimes()->stop(RunTimes::BitBlasting);
 
       assert(support.size() ==0); // hot handled yet..
       assert(satSolver.nVars() ==0);