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