Class ObjectAllocationCollector

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

public class ObjectAllocationCollector extends Object
Use the allocation instrumenter from http://code.google.com/p/java-allocation-instrumenter/ to produce stats To use make sure you set -j -Dallocation.stats.enabled=true -j -Xbootclasspath/a:/usr/walleye/walleye-server-XXXXX/java_lib/allocation-2.0.jar -j -javaagent:/usr/walleye/walleye-server-XXXXX/java_lib/allocation-2.0.jar (maybe even use -j -noverify) User: zforsyth Date: Dec 16, 2010
  • Field Details

    • DUMP_STACK

      public static boolean DUMP_STACK
    • CLASS_NAMES

      public static String[] CLASS_NAMES
  • Constructor Details

    • ObjectAllocationCollector

      public ObjectAllocationCollector()