Home / Function/ tearDown() — netty Function Reference

tearDown() — netty Function Reference

Architecture documentation for the tearDown() function in ByteBufAccessBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  7416d08b_b4b9_9a53_9d57_0d99a0086e36["tearDown()"]
  bbe8e86b_057f_5aa0_71ed_6d8276f6f6f8["ByteBufAccessBenchmark"]
  7416d08b_b4b9_9a53_9d57_0d99a0086e36 -->|defined in| bbe8e86b_057f_5aa0_71ed_6d8276f6f6f8
  a7f6b5f1_f764_da33_9e8e_e68aac2d58cb["release()"]
  7416d08b_b4b9_9a53_9d57_0d99a0086e36 -->|calls| a7f6b5f1_f764_da33_9e8e_e68aac2d58cb
  style 7416d08b_b4b9_9a53_9d57_0d99a0086e36 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/buffer/ByteBufAccessBenchmark.java lines 175–180

    @TearDown
    public void tearDown() {
        buffer.release();
        System.clearProperty("io.netty.buffer.checkAccessible");
        System.clearProperty("io.netty.buffer.checkBounds");
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does tearDown() do?
tearDown() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/buffer/ByteBufAccessBenchmark.java.
Where is tearDown() defined?
tearDown() is defined in microbench/src/main/java/io/netty/buffer/ByteBufAccessBenchmark.java at line 175.
What does tearDown() call?
tearDown() calls 1 function(s): release.

Analyze Your Own Codebase

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

Try Supermodel Free