public class JMHSample_02_BenchmarkModes extends Object
Constructor and Description |
---|
JMHSample_02_BenchmarkModes() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
measureAll() |
void |
measureAvgTime() |
void |
measureMultiple() |
void |
measureSamples() |
void |
measureSingleShot() |
void |
measureThroughput() |
public void measureThroughput() throws InterruptedException
InterruptedException
public void measureAvgTime() throws InterruptedException
InterruptedException
public void measureSamples() throws InterruptedException
InterruptedException
public void measureSingleShot() throws InterruptedException
InterruptedException
public void measureMultiple() throws InterruptedException
InterruptedException
public void measureAll() throws InterruptedException
InterruptedException
public static void main(String[] args) throws RunnerException
RunnerException
Copyright © 2015. All rights reserved.