public class JMHSample_13_RunToRun extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JMHSample_13_RunToRun.SleepyState |
Constructor and Description |
---|
JMHSample_13_RunToRun() |
Modifier and Type | Method and Description |
---|---|
void |
baseline(JMHSample_13_RunToRun.SleepyState s) |
void |
fork_1(JMHSample_13_RunToRun.SleepyState s) |
void |
fork_2(JMHSample_13_RunToRun.SleepyState s) |
static void |
main(String[] args) |
public void baseline(JMHSample_13_RunToRun.SleepyState s) throws InterruptedException
InterruptedException
public void fork_1(JMHSample_13_RunToRun.SleepyState s) throws InterruptedException
InterruptedException
public void fork_2(JMHSample_13_RunToRun.SleepyState s) throws InterruptedException
InterruptedException
public static void main(String[] args) throws RunnerException
RunnerException
Copyright © 2020. All rights reserved.