Stream: git-wasmtime

Topic: wasmtime / issue #3417 Add some debug logging for timing ...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 04 2021 at 21:49):

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 into clif-util

view this post on Zulip Wasmtime GitHub notifications bot (Oct 07 2021 at 19:17):

cfallin commented on issue #3417:

It looks like it's logged at Debug, and is also available programmatically; see cranelift/codegen/src/timing.rs and in particular take_current() if one wants to get a PassTimes struct.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 11 2021 at 15:35):

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 the trace! level.


Last updated: Oct 23 2024 at 20:03 UTC