Class MethodCountMap
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.jarscan.invokecount.MethodCountMap
-
public class MethodCountMap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Integer>methodCountMap
-
Constructor Summary
Constructors Constructor Description MethodCountMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcount(java.lang.String method)java.lang.StringtoString(Opcode prefix, int limitPerInvoke)
-
-
-
Method Detail
-
count
public void count(java.lang.String method)
-
toString
public java.lang.String toString(Opcode prefix, int limitPerInvoke)
-
-