Class AllocCountMap


  • public class AllocCountMap
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.Integer> typeCountMap  
    • Constructor Summary

      Constructors 
      Constructor Description
      AllocCountMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void countAllocationOfType​(java.lang.String type)  
      java.lang.String toString​(Opcode prefix, int limitPerInvoke)  
      • Methods inherited from class java.lang.Object

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

      • typeCountMap

        private java.util.Map<java.lang.String,​java.lang.Integer> typeCountMap
    • Constructor Detail

      • AllocCountMap

        public AllocCountMap()
    • Method Detail

      • countAllocationOfType

        public void countAllocationOfType​(java.lang.String type)
      • toString

        public java.lang.String toString​(Opcode prefix,
                                         int limitPerInvoke)