File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
* Added CHANGES.md to track changes between releases.
7
- * Added the collection of performance statistics.
8
- * Added bdd_used_nodes_count() that counts the number of used nodes.
9
- * Replaced static CACHESTATS by non-static cachestats.enabled, which is adaptable by user.
10
- * Removed shutdown hook from JFactory.
11
- * Changed Cache statistics from int to long.
12
- * Added opAccess statistic to cache statistics.
7
+ * Added the collection of platform-independent performance statistics.
8
+ * Added ` bdd_used_nodes_count() ` that counts the number of used nodes.
9
+ * Replaced static ` CACHESTATS ` by non-static ` cachestats.enabled ` , which is adaptable by user and configurable per BDD factory instance.
10
+ * Removed global JVM shutdown hook, that prints cache statistics to ` stdout ` , from ` JFactory ` .
11
+ * Cache statistics are now measured using ` longs ` rather than ` ints ` to reduce integer overflow issues.
12
+ * Added ` opAccess ` statistic to cache statistics.
13
+ * Added functionality to reset statistics.
13
14
14
15
## [ 1.0.1] - 2020-03-17
15
16
* Updated SCM URL for proper Maven Central metadata.
You can’t perform that action at this time.
0 commit comments