public class GenerationPerformance extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GenerationPerformance.Sources
The benchmark state (retrieve the various "RandomSource"s).
|
| Constructor and Description |
|---|
GenerationPerformance() |
| Modifier and Type | Method and 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 The Apache Software Foundation. All rights reserved.