Class AllocCountMap
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.jarscan.allocationcount.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 voidcountAllocationOfType(java.lang.String type)java.lang.StringtoString(Opcode prefix, int limitPerInvoke)
-
-
-
Method Detail
-
countAllocationOfType
public void countAllocationOfType(java.lang.String type)
-
toString
public java.lang.String toString(Opcode prefix, int limitPerInvoke)
-
-