put() — netty Function Reference
Architecture documentation for the put() function in IntObjectHashMapBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 67bfcbdb_0565_118f_9633_5c3fa4df15d9["put()"] d5e026a1_aecf_2ae4_507b_59a3d0b64104["IntObjectHashMapBenchmark"] 67bfcbdb_0565_118f_9633_5c3fa4df15d9 -->|defined in| d5e026a1_aecf_2ae4_507b_59a3d0b64104 eed0dc1b_0678_4a39_ddbb_985520c3cf5e["put()"] 67bfcbdb_0565_118f_9633_5c3fa4df15d9 -->|calls| eed0dc1b_0678_4a39_ddbb_985520c3cf5e style 67bfcbdb_0565_118f_9633_5c3fa4df15d9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java lines 73–77
@Benchmark
@BenchmarkMode(Mode.Throughput)
public void put(Blackhole bh) {
environment.put(bh);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does put() do?
put() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java.
Where is put() defined?
put() is defined in microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java at line 73.
What does put() call?
put() calls 1 function(s): put.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free