Package io.netty.util.concurrent
Class ScheduleFutureTaskBenchmark
- java.lang.Object
-
- io.netty.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty.microbench.util.AbstractMicrobenchmark
-
- io.netty.util.concurrent.ScheduleFutureTaskBenchmark
-
public class ScheduleFutureTaskBenchmark extends AbstractMicrobenchmark
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScheduleFutureTaskBenchmark.ThreadState-
Nested classes/interfaces inherited from class io.netty.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
-
Fields inherited from class io.netty.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description ScheduleFutureTaskBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.util.concurrent.Future<?>scheduleCancelLotsOutsideLoop(ScheduleFutureTaskBenchmark.ThreadState threadState)io.netty.util.concurrent.Future<?>scheduleLots(ScheduleFutureTaskBenchmark.ThreadState threadState)io.netty.util.concurrent.Future<?>scheduleLotsOutsideLoop(ScheduleFutureTaskBenchmark.ThreadState threadState)-
Methods inherited from class io.netty.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, run
-
-
-
-
Method Detail
-
scheduleLots
public io.netty.util.concurrent.Future<?> scheduleLots(ScheduleFutureTaskBenchmark.ThreadState threadState)
-
scheduleLotsOutsideLoop
public io.netty.util.concurrent.Future<?> scheduleLotsOutsideLoop(ScheduleFutureTaskBenchmark.ThreadState threadState)
-
scheduleCancelLotsOutsideLoop
public io.netty.util.concurrent.Future<?> scheduleCancelLotsOutsideLoop(ScheduleFutureTaskBenchmark.ThreadState threadState)
-
-