summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2011-02-26 07:13:01 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2011-02-26 07:13:01 +0000
commit956689a007e6ae107a47a3b5ea4ea683d3bce673 (patch)
tree7a62bd10c5e7781e7dd6fa1366fd192155d3e5d7 /src/expr/expr_manager_template.h
parent03a1f6a890027fa11cb0b00713757bc115debeb4 (diff)
adding the variables count to the statistics in the expr manager
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index 1bb9fd9fd..b5e4a62f0 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -55,7 +55,8 @@ private:
/** The internal node manager */
NodeManager* d_nodeManager;
- /** Counts of expressions created of a given kind */
+ /** Counts of expressions and variables created of a given kind */
+ IntStat* d_exprStatisticsVars[LAST_TYPE + 1];
IntStat* d_exprStatistics[kind::LAST_KIND];
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback