Home / Function/ getCurrentTimeNanos() — netty Function Reference

getCurrentTimeNanos() — netty Function Reference

Architecture documentation for the getCurrentTimeNanos() function in EmbeddedEventLoop.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  f6e0e30f_0e29_ceca_bfbe_08c3564790a3["getCurrentTimeNanos()"]
  f5c313f0_9cdb_f508_5009_ccd6eb752c36["EmbeddedEventLoop"]
  f6e0e30f_0e29_ceca_bfbe_08c3564790a3 -->|defined in| f5c313f0_9cdb_f508_5009_ccd6eb752c36
  a65964fb_9648_2a95_bf58_6943fd29131a["runScheduledTasks()"]
  a65964fb_9648_2a95_bf58_6943fd29131a -->|calls| f6e0e30f_0e29_ceca_bfbe_08c3564790a3
  2b25ceec_3bec_67a8_1d11_01cd6063c78b["nanoTime()"]
  f6e0e30f_0e29_ceca_bfbe_08c3564790a3 -->|calls| 2b25ceec_3bec_67a8_1d11_01cd6063c78b
  style f6e0e30f_0e29_ceca_bfbe_08c3564790a3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/main/java/io/netty/channel/embedded/EmbeddedEventLoop.java lines 94–97

    @Override
    protected long getCurrentTimeNanos() {
        return ticker.nanoTime();
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does getCurrentTimeNanos() do?
getCurrentTimeNanos() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/embedded/EmbeddedEventLoop.java.
Where is getCurrentTimeNanos() defined?
getCurrentTimeNanos() is defined in transport/src/main/java/io/netty/channel/embedded/EmbeddedEventLoop.java at line 94.
What does getCurrentTimeNanos() call?
getCurrentTimeNanos() calls 1 function(s): nanoTime.
What calls getCurrentTimeNanos()?
getCurrentTimeNanos() is called by 1 function(s): runScheduledTasks.

Analyze Your Own Codebase

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

Try Supermodel Free