Uses of Interface
org.adoptopenjdk.jitwatch.jarscan.IJarScanOperation
-
-
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan
Fields in org.adoptopenjdk.jitwatch.jarscan declared as IJarScanOperation Modifier and Type Field Description private IJarScanOperationJarScan. operationMethods in org.adoptopenjdk.jitwatch.jarscan that return IJarScanOperation Modifier and Type Method Description private static IJarScanOperationJarScan. getJarScanOperation(java.lang.String[] args)Constructors in org.adoptopenjdk.jitwatch.jarscan with parameters of type IJarScanOperation Constructor Description JarScan(IJarScanOperation operation)JarScan(IJarScanOperation operation, boolean isVerbose) -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.allocationcount
Classes in org.adoptopenjdk.jitwatch.jarscan.allocationcount that implement IJarScanOperation Modifier and Type Class Description classAllocationCountOperation -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.freqinlinesize
Classes in org.adoptopenjdk.jitwatch.jarscan.freqinlinesize that implement IJarScanOperation Modifier and Type Class Description classFreqInlineSizeOperation -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.instructioncount
Classes in org.adoptopenjdk.jitwatch.jarscan.instructioncount that implement IJarScanOperation Modifier and Type Class Description classInstructionCountOperation -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.invokecount
Classes in org.adoptopenjdk.jitwatch.jarscan.invokecount that implement IJarScanOperation Modifier and Type Class Description classInvokeCountOperation -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.methodlength
Classes in org.adoptopenjdk.jitwatch.jarscan.methodlength that implement IJarScanOperation Modifier and Type Class Description classMethodLengthOperation -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.methodsizehisto
Classes in org.adoptopenjdk.jitwatch.jarscan.methodsizehisto that implement IJarScanOperation Modifier and Type Class Description classMethodSizeHistoOperation -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.nextinstruction
Classes in org.adoptopenjdk.jitwatch.jarscan.nextinstruction that implement IJarScanOperation Modifier and Type Class Description classNextInstructionOperation -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.sequencecount
Classes in org.adoptopenjdk.jitwatch.jarscan.sequencecount that implement IJarScanOperation Modifier and Type Class Description classSequenceCountOperation -
Uses of IJarScanOperation in org.adoptopenjdk.jitwatch.jarscan.sequencesearch
Classes in org.adoptopenjdk.jitwatch.jarscan.sequencesearch that implement IJarScanOperation Modifier and Type Class Description classSequenceSearchOperation
-