Uses of Annotation Type
org.openjdk.jmh.annotations.Setup

Packages that use Setup
  • Uses of Setup in org.openjdk.jmh.benchmarks

    Methods in org.openjdk.jmh.benchmarks with annotations of type Setup
    Modifier and Type
    Method
    Description
    void
    BlackholeBench.makeGarbage()
     
    void
    BlackholePipelineBench.prepare()
     
    void
    BlackholePipelinePayloadBench.prepare()
     
    void
    BlackholeValueBench.setup()
     
    void
    LevelInvocationBench.BenchmarkSetup.setup()
     
    void
    LevelInvocationBench.GroupSetup.setup()
     
    void
    LevelInvocationBench.ThreadSetup.setup()
     
    void
    LevelIterationBench.BenchmarkSetup.setup()
     
    void
    LevelIterationBench.GroupSetup.setup()
     
    void
    LevelIterationBench.ThreadSetup.setup()
     
    void
    LevelTrialBench.BenchmarkSetup.setup()
     
    void
    LevelTrialBench.GroupSetup.setup()
     
    void
    LevelTrialBench.ThreadSetup.setup()
     
    void
    ScoreStabilityBench.sleep()
     
  • Uses of Setup in org.openjdk.jmh.samples

    Methods in org.openjdk.jmh.samples with annotations of type Setup
    Modifier and Type
    Method
    Description
    void
    JMHSample_07_FixtureLevelInvocation.LaggingState.lag()
     
    void
    JMHSample_05_StateFixtures.prepare()
     
    void
    JMHSample_13_RunToRun.SleepyState.setup()
     
    void
    JMHSample_24_Inheritance.AbstractBenchmark.setup()
     
    void
    JMHSample_26_BatchSize.setup()
     
    void
    JMHSample_28_BlackholeHelpers.setup(Blackhole bh)
     
    void
    JMHSample_29_StatesDAG.Local.setup(JMHSample_29_StatesDAG.Shared shared)
     
    void
    JMHSample_29_StatesDAG.Shared.setup()
     
    void
    JMHSample_30_Interrupts.setup()
     
    void
    JMHSample_31_InfraParams.Ids.setup(ThreadParams threads)
     
    void
    JMHSample_31_InfraParams.setup(BenchmarkParams params)
     
    void
    JMHSample_33_SecurityManager.SecurityManagerEmpty.setup()
     
    void
    JMHSample_33_SecurityManager.SecurityManagerInstalled.setup()
     
    void
    JMHSample_34_SafeLooping.setup()
     
    void
    JMHSample_35_Profilers.Atomic.setup()
     
    void
    JMHSample_35_Profilers.Maps.setup()
     
    void
    JMHSample_36_BranchPrediction.setup()
     
    void
    JMHSample_37_CacheAccess.setup()
     
    void
    JMHSample_38_PerInvokeSetup.Data.setup()
     
    void
    JMHSample_38_PerInvokeSetup.DataCopy.setup2(JMHSample_38_PerInvokeSetup.Data d)
     
    void
    JMHSample_07_FixtureLevelInvocation.NormalState.up()
     
    void
    JMHSample_15_Asymmetric.up()