http2Remove() — netty Function Reference
Architecture documentation for the http2Remove() function in HeadersBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a3bf4cd3_6508_dbc7_057d_44e99cfe8632["http2Remove()"] c899cf50_c3df_329e_10dd_da3e80b77ee7["HeadersBenchmark"] a3bf4cd3_6508_dbc7_057d_44e99cfe8632 -->|defined in| c899cf50_c3df_329e_10dd_da3e80b77ee7 960d7577_517e_1782_0964_e40ca28211ad["remove()"] a3bf4cd3_6508_dbc7_057d_44e99cfe8632 -->|calls| 960d7577_517e_1782_0964_e40ca28211ad style a3bf4cd3_6508_dbc7_057d_44e99cfe8632 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbench/headers/HeadersBenchmark.java lines 170–176
@Benchmark
@BenchmarkMode(Mode.AverageTime)
public void http2Remove(Blackhole bh) {
for (AsciiString name : http2Names) {
bh.consume(http2Headers.remove(name));
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does http2Remove() do?
http2Remove() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/headers/HeadersBenchmark.java.
Where is http2Remove() defined?
http2Remove() is defined in microbench/src/main/java/io/netty/microbench/headers/HeadersBenchmark.java at line 170.
What does http2Remove() call?
http2Remove() calls 1 function(s): remove.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free