multipartRequestDecoderBigAdvancedLevel() — netty Function Reference
Architecture documentation for the multipartRequestDecoderBigAdvancedLevel() function in HttpPostMultipartRequestDecoderBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 0f424d18_28b8_b720_7e84_cccc88e4fc75["multipartRequestDecoderBigAdvancedLevel()"] 7fc784ac_a898_377e_3ef7_6ba7dd38ad13["HttpPostMultipartRequestDecoderBenchmark"] 0f424d18_28b8_b720_7e84_cccc88e4fc75 -->|defined in| 7fc784ac_a898_377e_3ef7_6ba7dd38ad13 5057a2d2_70c4_3974_f0da_62ea3d22078b["testHighNumberChunks()"] 0f424d18_28b8_b720_7e84_cccc88e4fc75 -->|calls| 5057a2d2_70c4_3974_f0da_62ea3d22078b style 0f424d18_28b8_b720_7e84_cccc88e4fc75 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java lines 170–179
@Benchmark
public double multipartRequestDecoderBigAdvancedLevel() {
final Level level = ResourceLeakDetector.getLevel();
try {
ResourceLeakDetector.setLevel(Level.ADVANCED);
return testHighNumberChunks(true, true);
} finally {
ResourceLeakDetector.setLevel(level);
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does multipartRequestDecoderBigAdvancedLevel() do?
multipartRequestDecoderBigAdvancedLevel() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java.
Where is multipartRequestDecoderBigAdvancedLevel() defined?
multipartRequestDecoderBigAdvancedLevel() is defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java at line 170.
What does multipartRequestDecoderBigAdvancedLevel() call?
multipartRequestDecoderBigAdvancedLevel() 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