summaryrefslogtreecommitdiff
path: root/contrib/theoryskel/theory_DIR.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-11-12 19:42:23 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2014-11-17 16:21:40 -0500
commita64af5c3903cbe75214016aef4b5a3994256e6f8 (patch)
tree1d5d8ee15a53d2576cf61ffbbc3efb2aaf962f53 /contrib/theoryskel/theory_DIR.cpp
parent3ba7ed6b1b09739385ae2ffb77a5c7ccd18b40a5 (diff)
New, uniform checkTime statistic for all theories (as discussed in meeting).
Diffstat (limited to 'contrib/theoryskel/theory_DIR.cpp')
-rw-r--r--contrib/theoryskel/theory_DIR.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/theoryskel/theory_DIR.cpp b/contrib/theoryskel/theory_DIR.cpp
index 535a54fd7..2130b21f5 100644
--- a/contrib/theoryskel/theory_DIR.cpp
+++ b/contrib/theoryskel/theory_DIR.cpp
@@ -20,6 +20,8 @@ void Theory$camel::check(Effort level) {
return;
}
+ TimerStat::CodeTimer checkTimer(d_checkTime);
+
while(!done()) {
// Get all the assertions
Assertion assertion = get();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback