Uses of Class
org.openjdk.jmh.runner.RunnerException
Packages that use RunnerException
Package
Description
-
Uses of RunnerException in org.openjdk.jmh.runner
Subclasses of RunnerException in org.openjdk.jmh.runnerMethods in org.openjdk.jmh.runner that throw RunnerExceptionModifier and TypeMethodDescriptionprivate List<WorkloadParams> Runner.explodeAllParams(BenchmarkListEntry br) private Collection<RunResult> Runner.internalRun()Runner.run()Run benchmarks.private Collection<RunResult> Runner.runBenchmarks(SortedSet<BenchmarkListEntry> benchmarks) Runner.runSingle()Shortcut method for the single benchmark execution. -
Uses of RunnerException in org.openjdk.jmh.samples
Methods in org.openjdk.jmh.samples that throw RunnerExceptionModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic void -
Uses of RunnerException in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation that throw RunnerExceptionModifier and TypeMethodDescriptionstatic voidabstract voidValidationTest.runWith(PrintWriter pw, Options parent) -
Uses of RunnerException in org.openjdk.jmh.validation.tests
Methods in org.openjdk.jmh.validation.tests that throw RunnerExceptionModifier and TypeMethodDescription(package private) voidTimingMeasurementsTest.doCurrentTimeMillis(PrintWriter pw, Options parent, String type, boolean max) private voidTimingMeasurementsTest.doEmpty(PrintWriter pw, Options parent, Mode mode, boolean max) (package private) voidTimingMeasurementsTest.doNanoTime(PrintWriter pw, Options parent, String type, boolean max) private voidCompilerHintsTest.doWith(Options parent, PrintWriter pw, String test, String descr) voidBlackholeConsecutiveTest.runWith(PrintWriter pw, Options parent) voidBlackholeConsumeCPUTest.runWith(PrintWriter pw, Options parent) voidBlackholePipelinedTest.runWith(PrintWriter pw, Options parent) voidBlackholeSingleTest.runWith(PrintWriter pw, Options parent) voidCompilerHintsTest.runWith(PrintWriter pw, Options parent) voidHelperMethodsTest.runWith(PrintWriter pw, Options parent) voidScoreStabilityTest.runWith(PrintWriter pw, Options parent) voidThermalRundownTest.runWith(PrintWriter pw, Options parent) voidThreadScalingTest.runWith(PrintWriter pw, Options parent) voidTimingMeasurementsTest.runWith(PrintWriter pw, Options parent)