Class InvokeCountOperation
java.lang.Object
org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeCountOperation
- All Implemented Interfaces:
IJarScanOperation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcount(String className, BytecodeInstruction instruction) voidprocessInstructions(String className, MemberBytecode memberBytecode)
-
Field Details
-
opcodeInvokeCountMap
-
limitPerInvoke
private int limitPerInvoke
-
-
Constructor Details
-
InvokeCountOperation
public InvokeCountOperation(int limitPerInvoke)
-
-
Method Details
-
getReport
- Specified by:
getReportin interfaceIJarScanOperation
-
count
-
processInstructions
- Specified by:
processInstructionsin interfaceIJarScanOperation
-