multipartRequestDecoderHighSimpleLevel() — netty Function Reference
Architecture documentation for the multipartRequestDecoderHighSimpleLevel() function in HttpPostMultipartRequestDecoderBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c198523f_b092_cfa3_ee90_803ee354acba["multipartRequestDecoderHighSimpleLevel()"] 7fc784ac_a898_377e_3ef7_6ba7dd38ad13["HttpPostMultipartRequestDecoderBenchmark"] c198523f_b092_cfa3_ee90_803ee354acba -->|defined in| 7fc784ac_a898_377e_3ef7_6ba7dd38ad13 5057a2d2_70c4_3974_f0da_62ea3d22078b["testHighNumberChunks()"] c198523f_b092_cfa3_ee90_803ee354acba -->|calls| 5057a2d2_70c4_3974_f0da_62ea3d22078b style c198523f_b092_cfa3_ee90_803ee354acba fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java lines 137–146
@Benchmark
public double multipartRequestDecoderHighSimpleLevel() {
final Level level = ResourceLeakDetector.getLevel();
try {
ResourceLeakDetector.setLevel(Level.SIMPLE);
return testHighNumberChunks(false, true);
} finally {
ResourceLeakDetector.setLevel(level);
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does multipartRequestDecoderHighSimpleLevel() do?
multipartRequestDecoderHighSimpleLevel() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java.
Where is multipartRequestDecoderHighSimpleLevel() defined?
multipartRequestDecoderHighSimpleLevel() is defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java at line 137.
What does multipartRequestDecoderHighSimpleLevel() call?
multipartRequestDecoderHighSimpleLevel() calls 1 function(s): testHighNumberChunks.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free