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
The current reporting assumes that all GC activity takes place during the measured call. This assumption is not valid of a concurrent-mark-sweep or other concurrent garbage collector is used. It would be valuable to detect this state of affairs and print warnings and/or omit garbage collection times.
The text was updated successfully, but these errors were encountered:
The current reporting assumes that all GC activity takes place during the measured call. This assumption is not valid of a concurrent-mark-sweep or other concurrent garbage collector is used. It would be valuable to detect this state of affairs and print warnings and/or omit garbage collection times.
The text was updated successfully, but these errors were encountered: