You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/03/13 20:19:47 UTC

[GitHub] [incubator-pinot] mcvsubbu commented on pull request #6680: Instrument combine operators with total thread time

mcvsubbu commented on pull request #6680:
URL: https://github.com/apache/incubator-pinot/pull/6680#issuecomment-798779416


   Just to clarify:
   The value returned is in nanos. Initially in the prototype I had this converted to milli seconds, and most values turned out to be 0 when dividing nanos by 1_000_000 to get millis. So I changed it to log the values in nanos, and found that the resolution was much better (i;.e. we get non-zero numbers). It is ok to convert to microseconds. Or just leave it at nanoseconds. But converting to millis will not work


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org