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
**Motivation**
Disaggregated block execution metrics are off because they count
accumulate rather than each process' times.
Given we treat them as parts of a single thing, e.g. later making a pie
chart of them, they should be counted as difference from the end of the
previous step, like we do in logs.
**Description**
Fix the subtractions.
0 commit comments