Package | Description |
---|---|
org.apache.commons.rng.examples.jmh.simple |
Benchmarks for the
org.apache.commons.rng.simple components. |
org.apache.commons.rng.examples.jmh.simple.generated |
Modifier and Type | Method | Description |
---|---|---|
void |
ConstructionPerformance.createByteArray(ConstructionPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
ConstructionPerformance.createLongSeed(ConstructionPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
ConstructionPerformance.createNativeSeed(ConstructionPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
ConstructionPerformance.createNullSeed(ConstructionPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
ConstructionPerformance.createSelfSeed(ConstructionPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
Test the native seed with arrays truncated to length 1.
|
void |
ConstructionPerformance.lookupNewInstance(ConstructionPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
Create a new instance using reflection to lookup the constructor then invoke it.
|
void |
ConstructionPerformance.newInstance(ConstructionPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
Create a new instance using reflection with a cached constructor.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConstructionPerformance_Sources_jmhType |
|
class |
ConstructionPerformance_Sources_jmhType_B1 |
|
class |
ConstructionPerformance_Sources_jmhType_B2 |
|
class |
ConstructionPerformance_Sources_jmhType_B3 |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.