Class InvokeCountOperation
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeCountOperation
-
- All Implemented Interfaces:
IJarScanOperation
public class InvokeCountOperation extends java.lang.Object implements IJarScanOperation
-
-
Field Summary
Fields Modifier and Type Field Description private intlimitPerInvokeprivate InvokeMethodCountMapopcodeInvokeCountMap
-
Constructor Summary
Constructors Constructor Description InvokeCountOperation(int limitPerInvoke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcount(java.lang.String className, BytecodeInstruction instruction)java.lang.StringgetReport()voidprocessInstructions(java.lang.String className, MemberBytecode memberBytecode)
-
-
-
Field Detail
-
opcodeInvokeCountMap
private InvokeMethodCountMap opcodeInvokeCountMap
-
limitPerInvoke
private int limitPerInvoke
-
-
Method Detail
-
getReport
public java.lang.String getReport()
- Specified by:
getReportin interfaceIJarScanOperation
-
count
private void count(java.lang.String className, BytecodeInstruction instruction)
-
processInstructions
public void processInstructions(java.lang.String className, MemberBytecode memberBytecode)- Specified by:
processInstructionsin interfaceIJarScanOperation
-
-