public class AbstractByteBufGetCharSequenceBenchmark extends AbstractMicrobenchmark
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractByteBufGetCharSequenceBenchmark.ByteBufType |
AbstractMicrobenchmark.HarnessExecutor| Modifier and Type | Field and Description |
|---|---|
AbstractByteBufGetCharSequenceBenchmark.ByteBufType |
bufferType |
String |
charsetName |
int |
size |
DEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
AbstractByteBufGetCharSequenceBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharSequence() |
int |
getCharSequenceOld() |
protected String[] |
jvmArgs() |
int |
setCharSequence() |
void |
setup() |
void |
teardown() |
getForks, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic int size
public String charsetName
public AbstractByteBufGetCharSequenceBenchmark.ByteBufType bufferType
public AbstractByteBufGetCharSequenceBenchmark()
protected String[] jvmArgs()
jvmArgs in class AbstractMicrobenchmarkpublic void setup()
public void teardown()
public int getCharSequence()
public int setCharSequence()
public int getCharSequenceOld()
Copyright © 2008–2026 The Netty Project. All rights reserved.