public class BlackholePipelineBench extends Object
Constructor and Description |
---|
BlackholePipelineBench() |
Modifier and Type | Method and Description |
---|---|
void |
prepare() |
void |
test_Array(Blackhole bh) |
void |
test_boolean(Blackhole bh) |
void |
test_byte(Blackhole bh) |
void |
test_char(Blackhole bh) |
void |
test_double(Blackhole bh) |
void |
test_float(Blackhole bh) |
void |
test_int(Blackhole bh) |
void |
test_long(Blackhole bh) |
void |
test_Object(Blackhole bh) |
void |
test_short(Blackhole bh) |
public void prepare()
public void test_boolean(Blackhole bh)
public void test_byte(Blackhole bh)
public void test_short(Blackhole bh)
public void test_char(Blackhole bh)
public void test_int(Blackhole bh)
public void test_float(Blackhole bh)
public void test_long(Blackhole bh)
public void test_double(Blackhole bh)
public void test_Object(Blackhole bh)
public void test_Array(Blackhole bh)
Copyright © 2016. All rights reserved.