Class ObjectAllocationCollector

java.lang.Object
io.deephaven.stats.ObjectAllocationCollector

public class ObjectAllocationCollector extends Object
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 Details

    • DUMP_STACK

      public static boolean DUMP_STACK
    • CLASS_NAMES

      public static String[] CLASS_NAMES
  • Constructor Details

    • ObjectAllocationCollector

      public ObjectAllocationCollector()