Home / Function/ nestedByteBufUtilWriteUtf8String() — netty Function Reference

nestedByteBufUtilWriteUtf8String() — netty Function Reference

Architecture documentation for the nestedByteBufUtilWriteUtf8String() function in Utf8EncodingBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ef8024d7_360c_986d_649b_122b08f70bb2["nestedByteBufUtilWriteUtf8String()"]
  14a7a416_5aef_2dc8_262c_52585d9f0cac["Utf8EncodingBenchmark"]
  ef8024d7_360c_986d_649b_122b08f70bb2 -->|defined in| 14a7a416_5aef_2dc8_262c_52585d9f0cac
  f67c465f_16d7_b461_3fea_829318fab5ac["nestedByteBufUtilWriteUtf8String1()"]
  ef8024d7_360c_986d_649b_122b08f70bb2 -->|calls| f67c465f_16d7_b461_3fea_829318fab5ac
  style ef8024d7_360c_986d_649b_122b08f70bb2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/buffer/Utf8EncodingBenchmark.java lines 144–152

    @Benchmark
    @CompilerControl(Mode.DONT_INLINE)
    public int nestedByteBufUtilWriteUtf8String() {
        int countBytes = 0;
        for (String string : strings) {
            countBytes += nestedByteBufUtilWriteUtf8String1(string);
        }
        return countBytes;
    }

Domain

Subdomains

Frequently Asked Questions

What does nestedByteBufUtilWriteUtf8String() do?
nestedByteBufUtilWriteUtf8String() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/buffer/Utf8EncodingBenchmark.java.
Where is nestedByteBufUtilWriteUtf8String() defined?
nestedByteBufUtilWriteUtf8String() is defined in microbench/src/main/java/io/netty/microbench/buffer/Utf8EncodingBenchmark.java at line 144.
What does nestedByteBufUtilWriteUtf8String() call?
nestedByteBufUtilWriteUtf8String() calls 1 function(s): nestedByteBufUtilWriteUtf8String1.

Analyze Your Own Codebase

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

Try Supermodel Free