You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently GODEBUG=gctrace=1 truncates cpu and clock times to ms. As a result, many of these times are almost always printed as 0, which is not useful for statistics. We should change this to print some decimal places if the whole part is small, down to at least microsecond precision. That will keep the numbers in user-friendly milliseconds, while still providing more precision for when it matters.
Currently GODEBUG=gctrace=1 truncates cpu and clock times to ms. As a result, many of these times are almost always printed as 0, which is not useful for statistics. We should change this to print some decimal places if the whole part is small, down to at least microsecond precision. That will keep the numbers in user-friendly milliseconds, while still providing more precision for when it matters.
@RLH
The text was updated successfully, but these errors were encountered: