summaryrefslogtreecommitdiff
path: root/src/proof
diff options
context:
space:
mode:
authorGereon Kremer <gkremer@stanford.edu>2021-03-11 21:20:19 +0100
committerGitHub <noreply@github.com>2021-03-11 20:20:19 +0000
commit42d5d8950d849aa4b855aa62834cd5fdee1a91a8 (patch)
tree2cbb6d9b283c05fc12ba9ad8495fa84a57375af6 /src/proof
parentdc679ed380aabc62aadfbb4033c02c5a27ae903c (diff)
First refactoring of statistics classes (#6105)
This PR does a first round of refactoring on the statistics, in particular the Stat class and derived classes. It significantly shrinks the class hierarchy, modernizes some code (e.g. use std::chrono instead of clock_gettime), removes unused features (e.g. nesting of statistics) and does some general cleanup and consolidation. Subsequent PRs are planned to change the ownership model (right now every module owns the Stat object) which makes the whole register / unregister mechanism obsolete.
Diffstat (limited to 'src/proof')
-rw-r--r--src/proof/sat_proof.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/sat_proof.h b/src/proof/sat_proof.h
index e346195b0..0882ee2b6 100644
--- a/src/proof/sat_proof.h
+++ b/src/proof/sat_proof.h
@@ -31,6 +31,7 @@
#include "proof/clause_id.h"
#include "proof/proof_manager.h"
#include "util/statistics_registry.h"
+#include "util/stats_histogram.h"
// Forward declarations.
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback