]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Add a new class for tracking the runtimes. e.g. SimplifyTopLevel was called 5 times...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 14 Sep 2009 10:46:14 +0000 (10:46 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 14 Sep 2009 10:46:14 +0000 (10:46 +0000)
commitb907a5d240482a904dc0caf81e7f02f5a5b97641
treeed2d9928e6ec7fe4d3853b1e9c5f5d89e2d54bc4
parentf798482fa5bd100ab05017d1fff398a91f49a602
Add a new class for tracking the runtimes. e.g. SimplifyTopLevel was called 5 times, and took 100ms.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@224 e59a4935-1847-0410-ae03-e826735625c1
src/AST/AST.h
src/AST/RunTimes.cpp [new file with mode: 0644]
src/AST/RunTimes.h [new file with mode: 0644]
src/AST/Transform.cpp
src/AST/printer/SMTLIBPrinter.cpp
src/main/main.cpp
src/simplifier/simplifier.cpp
src/to-sat/ToCNF.cpp
src/to-sat/ToSAT.cpp