GenerationPerformance_jmhType_B1
public class GenerationPerformance
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
GenerationPerformance.Sources |
The benchmark state (retrieve the various "RandomSource"s).
|
Constructor | Description |
---|---|
GenerationPerformance() |
Modifier and Type | Method | Description |
---|---|---|
void |
nextBoolean(GenerationPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
nextBytes(GenerationPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
nextDouble(GenerationPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
nextFloat(GenerationPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
nextInt(GenerationPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
nextIntN(GenerationPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
nextLong(GenerationPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
nextLongN(GenerationPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
public void nextBoolean(GenerationPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void nextInt(GenerationPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void nextIntN(GenerationPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void nextLong(GenerationPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void nextLongN(GenerationPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void nextFloat(GenerationPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void nextDouble(GenerationPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void nextBytes(GenerationPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.