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
This commit updates the HumanOutput class to compute summary tables using
the exclusive time of each span. Previously the inclusive time was used
which hid hot spots by causing spans to double-count the runtime of their
children.
0 commit comments