Uses of Class
org.openjdk.jmh.annotations.BenchmarkMode
-
Packages that use BenchmarkMode Package Description org.openjdk.jmh.benchmarks org.openjdk.jmh.samples -
-
Uses of BenchmarkMode in org.openjdk.jmh.benchmarks
Classes in org.openjdk.jmh.benchmarks with annotations of type BenchmarkMode Modifier and Type Class Description classBlackholeBenchclassBlackholeConsecutiveBenchclassBlackholeConsumeCPUBenchclassBlackholePipelineBenchclassBlackholePipelinePayloadBenchclassBlackholeValueBenchclassCompilerHintsBenchclassCurrentTimeMillisTimerBenchclassEmptyBenchclassLevelInvocationBenchclassLevelIterationBenchclassLevelTrialBenchclassNanoTimerBenchclassScoreStabilityBenchclassThermalRundownBenchclassThreadScalingBench -
Uses of BenchmarkMode in org.openjdk.jmh.samples
Classes in org.openjdk.jmh.samples with annotations of type BenchmarkMode Modifier and Type Class Description classJMHSample_08_DeadCodeclassJMHSample_09_BlackholesclassJMHSample_10_ConstantFoldclassJMHSample_11_LoopsclassJMHSample_12_ForkingclassJMHSample_13_RunToRunclassJMHSample_15_AsymmetricclassJMHSample_16_CompilerControlclassJMHSample_21_ConsumeCPUclassJMHSample_22_FalseSharingstatic classJMHSample_24_Inheritance.AbstractBenchmarkclassJMHSample_27_ParamsclassJMHSample_28_BlackholeHelpersclassJMHSample_29_StatesDAGclassJMHSample_30_InterruptsclassJMHSample_31_InfraParamsclassJMHSample_32_BulkWarmupclassJMHSample_33_SecurityManagerclassJMHSample_34_SafeLoopingstatic classJMHSample_35_Profilers.Atomicstatic classJMHSample_35_Profilers.Classystatic classJMHSample_35_Profilers.MapsclassJMHSample_36_BranchPredictionclassJMHSample_37_CacheAccessclassJMHSample_38_PerInvokeSetupMethods in org.openjdk.jmh.samples with annotations of type BenchmarkMode Modifier and Type Method Description voidJMHSample_02_BenchmarkModes. measureAll()voidJMHSample_02_BenchmarkModes. measureAvgTime()doubleJMHSample_07_FixtureLevelInvocation. measureCold(JMHSample_07_FixtureLevelInvocation.LaggingState e, JMHSample_07_FixtureLevelInvocation.Scratch s)doubleJMHSample_07_FixtureLevelInvocation. measureHot(JMHSample_07_FixtureLevelInvocation.NormalState e, JMHSample_07_FixtureLevelInvocation.Scratch s)voidJMHSample_02_BenchmarkModes. measureMultiple()java.util.List<java.lang.String>JMHSample_26_BatchSize. measureRight()voidJMHSample_02_BenchmarkModes. measureSamples()voidJMHSample_02_BenchmarkModes. measureSingleShot()voidJMHSample_02_BenchmarkModes. measureThroughput()java.util.List<java.lang.String>JMHSample_26_BatchSize. measureWrong_1()java.util.List<java.lang.String>JMHSample_26_BatchSize. measureWrong_5()
-