Home / Function/ fastThreadLocal() — netty Function Reference

fastThreadLocal() — netty Function Reference

Architecture documentation for the fastThreadLocal() function in FastThreadLocalFastPathBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6689cb52_8b70_59b0_8c97_172452ec63a4["fastThreadLocal()"]
  24d9266d_8dad_7875_7b5b_153b4fcc636f["FastThreadLocalFastPathBenchmark"]
  6689cb52_8b70_59b0_8c97_172452ec63a4 -->|defined in| 24d9266d_8dad_7875_7b5b_153b4fcc636f
  style 6689cb52_8b70_59b0_8c97_172452ec63a4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalFastPathBenchmark.java lines 66–71

    @Benchmark
    public void fastThreadLocal(Blackhole bh) {
        for (FastThreadLocal<Integer> i: fastThreadLocals) {
            bh.consume(i.get());
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does fastThreadLocal() do?
fastThreadLocal() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalFastPathBenchmark.java.
Where is fastThreadLocal() defined?
fastThreadLocal() is defined in microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalFastPathBenchmark.java at line 66.

Analyze Your Own Codebase

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

Try Supermodel Free