- java.lang.Object
-
- com.github.javabdd.BDDFactory.MaxMemoryStats
-
- Enclosing class:
- BDDFactory
public static class BDDFactory.MaxMemoryStats extends Object
Stores statistics about the maximum memory usage. The data is obtained through best effort, and may not be entirely accurate.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanenabledprotected longmaxMemoryBytes
-
Constructor Summary
Constructors Modifier Constructor Description protectedMaxMemoryStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisableMeasurements()voidenableMeasurements()longgetMaxMemoryBytes()voidnewMeasurement()voidresetMeasurements()StringtoString()
-