public class JMHSample_36_BranchPrediction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int |
COUNT |
private byte[] |
sorted |
private byte[] |
unsorted |
Constructor and Description |
---|
JMHSample_36_BranchPrediction() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
setup() |
void |
sorted(Blackhole bh1,
Blackhole bh2) |
void |
unsorted(Blackhole bh1,
Blackhole bh2) |
private static final int COUNT
private byte[] sorted
private byte[] unsorted
public void setup()
public static void main(java.lang.String[] args) throws RunnerException
RunnerException