alexcrichton commented on issue #3417:
Oh I might have missed that b/c I just though the debug logs were noisy, do you know if that's in the debug logs as well? We otherwise don't have a way right now to get the
*.clif
from a wasm module translation I think to feed intoclif-util
cfallin commented on issue #3417:
It looks like it's logged at
Debug
, and is also available programmatically; seecranelift/codegen/src/timing.rs
and in particulartake_current()
if one wants to get aPassTimes
struct.
alexcrichton commented on issue #3417:
Oh nice! I poked around a bit with that and integrated that in. I added the total time taken at the
debug!
level and the full dump of pass timings at thetrace!
level.
Last updated: Nov 22 2024 at 16:03 UTC