public annotation interface  org.openjdk.jmh.annotations.Warmup extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public static final int BLANK_ITERATIONS;
public static final int BLANK_TIME;
public static final int BLANK_BATCHSIZE;
public abstract int iterations();
public abstract int time();
public abstract java.util.concurrent.TimeUnit timeUnit();
public abstract int batchSize();
}