public class Utf8EncodingBenchmark extends AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutorDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
Utf8EncodingBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
int |
byteBufUtilWriteUtf8AsciiString() |
int |
byteBufUtilWriteUtf8Bimorphic() |
int |
byteBufUtilWriteUtf8CommonCharSequences() |
int |
byteBufUtilWriteUtf8Megamorphic() |
int |
byteBufUtilWriteUtf8String() |
void |
init() |
int |
nestedByteBufUtilWriteUtf8String() |
int |
writeGetBytes() |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, handleUnexpectedException, runpublic void init()
public int nestedByteBufUtilWriteUtf8String()
public int byteBufUtilWriteUtf8String()
public int byteBufUtilWriteUtf8Bimorphic()
public int byteBufUtilWriteUtf8Megamorphic()
public int byteBufUtilWriteUtf8CommonCharSequences()
public int byteBufUtilWriteUtf8AsciiString()
public int writeGetBytes()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2008–2026 The Netty Project. All rights reserved.