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
InterruptedExceptionpublic void measureAvgTime()
throws InterruptedException
InterruptedExceptionpublic void measureSamples()
throws InterruptedException
InterruptedExceptionpublic void measureSingleShot()
throws InterruptedException
InterruptedExceptionpublic void measureMultiple()
throws InterruptedException
InterruptedExceptionpublic void measureAll()
throws InterruptedException
InterruptedExceptionpublic static void main(String[] args) throws RunnerException
RunnerExceptionCopyright © 2025. All rights reserved.