summaryrefslogtreecommitdiff
path: root/src/theory/uf/theory_uf.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 /src/theory/uf/theory_uf.cpp
parent3ba7ed6b1b09739385ae2ffb77a5c7ccd18b40a5 (diff)
New, uniform checkTime statistic for all theories (as discussed in meeting).
Diffstat (limited to 'src/theory/uf/theory_uf.cpp')
-rw-r--r--src/theory/uf/theory_uf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/uf/theory_uf.cpp b/src/theory/uf/theory_uf.cpp
index 2b9fc3daf..8fa7d2dbc 100644
--- a/src/theory/uf/theory_uf.cpp
+++ b/src/theory/uf/theory_uf.cpp
@@ -93,6 +93,8 @@ void TheoryUF::check(Effort level) {
return;
}
+ TimerStat::CodeTimer checkTimer(d_checkTime);
+
while (!done() && !d_conflict)
{
// Get all the assertions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback