public class ScheduleFutureTaskBenchmark extends AbstractMicrobenchmark
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleFutureTaskBenchmark.ThreadState |
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
ScheduleFutureTaskBenchmark() |
| Modifier and Type | Method and 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) |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic io.netty.util.concurrent.Future<?> scheduleLots(ScheduleFutureTaskBenchmark.ThreadState threadState)
public io.netty.util.concurrent.Future<?> scheduleLotsOutsideLoop(ScheduleFutureTaskBenchmark.ThreadState threadState)
public io.netty.util.concurrent.Future<?> scheduleCancelLotsOutsideLoop(ScheduleFutureTaskBenchmark.ThreadState threadState)
Copyright © 2008–2026 The Netty Project. All rights reserved.