Home / Function/ testJfrEnabled() — netty Function Reference

testJfrEnabled() — netty Function Reference

Architecture documentation for the testJfrEnabled() function in FlightRecorderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ca90535e_27c3_66db_0956_0e326cb5129b["testJfrEnabled()"]
  5524177b_fab5_a7f3_543b_444503b791cb["FlightRecorderTest"]
  ca90535e_27c3_66db_0956_0e326cb5129b -->|defined in| 5524177b_fab5_a7f3_543b_444503b791cb
  style ca90535e_27c3_66db_0956_0e326cb5129b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite-jpms/src/test/java/io/netty/testsuite_jpms/test/FlightRecorderTest.java lines 38–41

    @Test
    public void testJfrEnabled() {
        assertTrue(PlatformDependent.isJfrEnabled());
    }

Domain

Subdomains

Frequently Asked Questions

What does testJfrEnabled() do?
testJfrEnabled() is a function in the netty codebase, defined in testsuite-jpms/src/test/java/io/netty/testsuite_jpms/test/FlightRecorderTest.java.
Where is testJfrEnabled() defined?
testJfrEnabled() is defined in testsuite-jpms/src/test/java/io/netty/testsuite_jpms/test/FlightRecorderTest.java at line 38.

Analyze Your Own Codebase

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

Try Supermodel Free