benchmark() — netty Function Reference
Architecture documentation for the benchmark() function in AdvancedCodecOutputListBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 26d64d9b_c8e1_bca9_7364_f1cf9ab8108d["benchmark()"] 76c32ea3_df68_7d79_6b41_9262fb48c248["AdvancedCodecOutputListBenchmark"] 26d64d9b_c8e1_bca9_7364_f1cf9ab8108d -->|defined in| 76c32ea3_df68_7d79_6b41_9262fb48c248 d2d12b9f_775c_0979_8312_af626cc61aae["codecOutListAllocRecycle()"] d2d12b9f_775c_0979_8312_af626cc61aae -->|calls| 26d64d9b_c8e1_bca9_7364_f1cf9ab8108d style 26d64d9b_c8e1_bca9_7364_f1cf9ab8108d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/AdvancedCodecOutputListBenchmark.java lines 40–44
private static boolean benchmark(int elements, CodecOutputList list1, CodecOutputList list2,
CodecOutputList list3, CodecOutputList list4) {
return (benchmark(elements, list1) == benchmark(elements, list2)) ==
(benchmark(elements, list3) == benchmark(elements, list4));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does benchmark() do?
benchmark() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/AdvancedCodecOutputListBenchmark.java.
Where is benchmark() defined?
benchmark() is defined in microbench/src/main/java/io/netty/handler/codec/AdvancedCodecOutputListBenchmark.java at line 40.
What calls benchmark()?
benchmark() is called by 1 function(s): codecOutListAllocRecycle.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free