Package io.deephaven.stats
Class ObjectAllocationCollector
- java.lang.Object
-
- io.deephaven.stats.ObjectAllocationCollector
-
public class ObjectAllocationCollector extends java.lang.ObjectUse 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
Fields Modifier and Type Field Description static java.lang.String[]CLASS_NAMESstatic booleanDUMP_STACK
-
Constructor Summary
Constructors Constructor Description ObjectAllocationCollector()
-