Home / Function/ test2Producers() — netty Function Reference

test2Producers() — netty Function Reference

Architecture documentation for the test2Producers() function in BurstCostExecutorsBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e3feb857_8b31_02a8_697f_f71c8e796ee5["test2Producers()"]
  1e2b3bde_093d_e848_9b56_b6d1ef72c773["BurstCostExecutorsBenchmark"]
  e3feb857_8b31_02a8_697f_f71c8e796ee5 -->|defined in| 1e2b3bde_093d_e848_9b56_b6d1ef72c773
  f613e735_da60_ce3e_dba8_b3a093d55921["executeBurst()"]
  e3feb857_8b31_02a8_697f_f71c8e796ee5 -->|calls| f613e735_da60_ce3e_dba8_b3a093d55921
  style e3feb857_8b31_02a8_697f_f71c8e796ee5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/concurrent/BurstCostExecutorsBenchmark.java lines 306–311

    @Benchmark
    @BenchmarkMode(Mode.SampleTime)
    @Threads(2)
    public int test2Producers(final PerThreadState state) {
        return executeBurst(state);
    }

Domain

Subdomains

Frequently Asked Questions

What does test2Producers() do?
test2Producers() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/concurrent/BurstCostExecutorsBenchmark.java.
Where is test2Producers() defined?
test2Producers() is defined in microbench/src/main/java/io/netty/microbench/concurrent/BurstCostExecutorsBenchmark.java at line 306.
What does test2Producers() call?
test2Producers() calls 1 function(s): executeBurst.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free