Home / Function/ getForks() — netty Function Reference

getForks() — netty Function Reference

Architecture documentation for the getForks() function in AbstractMicrobenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  1b283712_0a5d_257f_6217_82658a5d9c5d["getForks()"]
  2cfff388_78dc_d269_7177_75ac1e256936["AbstractMicrobenchmark"]
  1b283712_0a5d_257f_6217_82658a5d9c5d -->|defined in| 2cfff388_78dc_d269_7177_75ac1e256936
  dcb2b919_bdd0_ef4f_6fe0_d3cd91e64566["ChainedOptionsBuilder()"]
  dcb2b919_bdd0_ef4f_6fe0_d3cd91e64566 -->|calls| 1b283712_0a5d_257f_6217_82658a5d9c5d
  style 1b283712_0a5d_257f_6217_82658a5d9c5d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/util/AbstractMicrobenchmark.java lines 170–172

    protected int getForks() {
        return SystemPropertyUtil.getInt("forks", -1);
    }

Domain

Subdomains

Frequently Asked Questions

What does getForks() do?
getForks() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/util/AbstractMicrobenchmark.java.
Where is getForks() defined?
getForks() is defined in microbench/src/main/java/io/netty/microbench/util/AbstractMicrobenchmark.java at line 170.
What calls getForks()?
getForks() is called by 1 function(s): ChainedOptionsBuilder.

Analyze Your Own Codebase

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

Try Supermodel Free