Class ObjectAllocationCollector


  • public class ObjectAllocationCollector
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] CLASS_NAMES  
      static boolean DUMP_STACK  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DUMP_STACK

        public static boolean DUMP_STACK
      • CLASS_NAMES

        public static java.lang.String[] CLASS_NAMES
    • Constructor Detail

      • ObjectAllocationCollector

        public ObjectAllocationCollector()