Package io.deephaven.stats
Class ObjectAllocationCollector
java.lang.Object
io.deephaven.stats.ObjectAllocationCollector
Use the allocation instrumenter from https://github.com/google/allocation-instrumenter to produce stats
To use make sure you set
-Dallocation.stats.enabled=true -javaagent:/opt/deephaven/server/lib/java-allocation-instrumenter-3.3.0.jar
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DUMP_STACK
public static boolean DUMP_STACK -
CLASS_NAMES
-
-
Constructor Details
-
ObjectAllocationCollector
public ObjectAllocationCollector()
-