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
perf: Improve --profile instrumentation coverage to account for full wall-clock time
The CPU profile previously captured only 204ms of a 1051ms run because
chrome tracing was enabled too late (after config resolution) and many
key functions lacked instrumentation. This moves tracing enablement
earlier and adds #[tracing::instrument] to the uninstrumented gaps.
0 commit comments