Package org.openjdk.jmh.samples
Class JMHSample_09_Blackholes
- java.lang.Object
-
- org.openjdk.jmh.samples.JMHSample_09_Blackholes
-
- Direct Known Subclasses:
JMHSample_09_Blackholes_jmhType_B1
public class JMHSample_09_Blackholes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JMHSample_09_Blackholes()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
baseline()
static void
main(java.lang.String[] args)
double
measureRight_1()
void
measureRight_2(Blackhole bh)
double
measureWrong()
-
-
-
Method Detail
-
baseline
public double baseline()
-
measureWrong
public double measureWrong()
-
measureRight_1
public double measureRight_1()
-
measureRight_2
public void measureRight_2(Blackhole bh)
-
main
public static void main(java.lang.String[] args) throws RunnerException
- Throws:
RunnerException
-
-