netty5/handler/src/main/java/io
Norman Maurer 9d675def81 Only call System.nanoTime() if no read batch is ongoing. Related to [#3808]
Motivation:

[#3808] introduced some improvements to reduce the calls to System.nanoTime() but missed one possible optimization.

Modifications:

Only call System.nanoTime() if no reading patch is in process.

Result:

Less System.nanoTime() calls.
2015-05-25 18:21:00 +02:00
..
netty/handler Only call System.nanoTime() if no read batch is ongoing. Related to [#3808] 2015-05-25 18:21:00 +02:00