Class NextInstructionOperation
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation
-
- org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionOperation
-
- All Implemented Interfaces:
IJarScanOperation
public class NextInstructionOperation extends SequenceCountOperation
-
-
Field Summary
Fields Modifier and Type Field Description private intmaxChildrenprivate java.util.Map<Opcode,NextInstructionCountList>nextBytecodeMap-
Fields inherited from class org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation
chainCountMap
-
-
Constructor Summary
Constructors Constructor Description NextInstructionOperation(int maxChildren)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcalculate()java.util.Map<Opcode,NextInstructionCountList>getNextBytecodeMap()java.lang.StringgetReport()-
Methods inherited from class org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation
getSequenceScores, getSortedData, processInstructions, reset
-
-
-
-
Field Detail
-
nextBytecodeMap
private java.util.Map<Opcode,NextInstructionCountList> nextBytecodeMap
-
maxChildren
private int maxChildren
-
-
Method Detail
-
calculate
private void calculate()
-
getNextBytecodeMap
public java.util.Map<Opcode,NextInstructionCountList> getNextBytecodeMap()
-
getReport
public java.lang.String getReport()
- Specified by:
getReportin interfaceIJarScanOperation- Overrides:
getReportin classSequenceCountOperation
-
-