Package org.locationtech.jts.util
Class Memory
java.lang.Object
org.locationtech.jts.util.Memory
Utility functions to report JVM memory usage.
- Author:
- mbdavis
-
Field Details
-
KB
public static final double KB- See Also:
-
MB
public static final double MB- See Also:
-
GB
public static final double GB- See Also:
-
-
Constructor Details
-
Memory
public Memory()
-
-
Method Details
-
used
public static long used() -
usedString
-
free
public static long free() -
freeString
-
total
public static long total() -
totalString
-
usedTotalString
-
allString
-
format
-
round
public static double round(double d)
-