getLong() — netty Function Reference
Architecture documentation for the getLong() function in HeapByteBufBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 0a544c18_b1ad_b5ca_60bd_966ffcceb151["getLong()"] 0cd74505_43a2_f13d_0adf_1a6a92869999["HeapByteBufBenchmark"] 0a544c18_b1ad_b5ca_60bd_966ffcceb151 -->|defined in| 0cd74505_43a2_f13d_0adf_1a6a92869999 0f3d730a_39aa_31c7_843f_7bf5eaf624e4["getLongUnsafe()"] 0f3d730a_39aa_31c7_843f_7bf5eaf624e4 -->|calls| 0a544c18_b1ad_b5ca_60bd_966ffcceb151 style 0a544c18_b1ad_b5ca_60bd_966ffcceb151 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbench/buffer/HeapByteBufBenchmark.java lines 107–110
@Benchmark
public long getLong() {
return buffer.getLong(0);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getLong() do?
getLong() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/buffer/HeapByteBufBenchmark.java.
Where is getLong() defined?
getLong() is defined in microbench/src/main/java/io/netty/microbench/buffer/HeapByteBufBenchmark.java at line 107.
What calls getLong()?
getLong() is called by 1 function(s): getLongUnsafe.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free