Class MethodSizeHistoOperation
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.jarscan.methodsizehisto.MethodSizeHistoOperation
-
- All Implemented Interfaces:
IJarScanOperation
public class MethodSizeHistoOperation extends java.lang.Object implements IJarScanOperation
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.Integer,java.lang.Integer>methodSizeMap
-
Constructor Summary
Constructors Constructor Description MethodSizeHistoOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReport()voidprocessInstructions(java.lang.String className, MemberBytecode memberBytecode)
-
-
-
Method Detail
-
getReport
public java.lang.String getReport()
- Specified by:
getReportin interfaceIJarScanOperation
-
processInstructions
public void processInstructions(java.lang.String className, MemberBytecode memberBytecode)- Specified by:
processInstructionsin interfaceIJarScanOperation
-
-