Class InstructionCountOperation
java.lang.Object
org.adoptopenjdk.jitwatch.jarscan.instructioncount.InstructionCountOperation
- All Implemented Interfaces:
IJarScanOperation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidvoidprocessInstructions(String className, MemberBytecode memberBytecode)
-
Field Details
-
opcodeCountMap
-
limit
private int limit
-
-
Constructor Details
-
InstructionCountOperation
public InstructionCountOperation(int limit)
-
-
Method Details
-
getReport
- Specified by:
getReportin interfaceIJarScanOperation
-
count
-
processInstructions
- Specified by:
processInstructionsin interfaceIJarScanOperation
-