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
Include inference time in --trace-compile-timing (#59220)
It's important for this measurement to include indirect compilation (not
just "self" time), since the `--trace-compile` log only reports
compilation triggers / entrypoints (not all compiled code).
0 commit comments