orpiske commented on PR #18471:
URL: https://github.com/apache/camel/pull/18471#issuecomment-3007209143

   > > Now this makes me wonder if the calculation for the elapsed is actually 
correct ...
   > 
   > In what way? If the elpased() method is called then its using the nano 
clock as before.
   
   I was wrong. I got confused about this after reading this on the System.nano 
documentation:
   
   `The value returned represents nanoseconds since some fixed but arbitrary 
origin time (perhaps in the future, so values may be negative)`
   
   But after reviewing the `elapsed` code, I see that we are doing the 
calculation as suggested there.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to