Home / Function/ multipartRequestDecoderBigSimpleLevel() — netty Function Reference

multipartRequestDecoderBigSimpleLevel() — netty Function Reference

Architecture documentation for the multipartRequestDecoderBigSimpleLevel() function in HttpPostMultipartRequestDecoderBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b29452a4_17e6_27ff_43db_1a74c09f0728["multipartRequestDecoderBigSimpleLevel()"]
  7fc784ac_a898_377e_3ef7_6ba7dd38ad13["HttpPostMultipartRequestDecoderBenchmark"]
  b29452a4_17e6_27ff_43db_1a74c09f0728 -->|defined in| 7fc784ac_a898_377e_3ef7_6ba7dd38ad13
  5057a2d2_70c4_3974_f0da_62ea3d22078b["testHighNumberChunks()"]
  b29452a4_17e6_27ff_43db_1a74c09f0728 -->|calls| 5057a2d2_70c4_3974_f0da_62ea3d22078b
  style b29452a4_17e6_27ff_43db_1a74c09f0728 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java lines 148–157

    @Benchmark
    public double multipartRequestDecoderBigSimpleLevel() {
        final Level level = ResourceLeakDetector.getLevel();
        try {
            ResourceLeakDetector.setLevel(Level.SIMPLE);
            return testHighNumberChunks(true, true);
        } finally {
            ResourceLeakDetector.setLevel(level);
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does multipartRequestDecoderBigSimpleLevel() do?
multipartRequestDecoderBigSimpleLevel() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java.
Where is multipartRequestDecoderBigSimpleLevel() defined?
multipartRequestDecoderBigSimpleLevel() is defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java at line 148.
What does multipartRequestDecoderBigSimpleLevel() call?
multipartRequestDecoderBigSimpleLevel() 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