We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2722fd3 commit a97d5beCopy full SHA for a97d5be
1 file changed
crates/bench-api/src/lib.rs
@@ -422,6 +422,7 @@ impl BenchState {
422
let mut config = options.config(None)?;
423
// NB: always disable the compilation cache.
424
config.cache(None);
425
+ config.profiler(wasmtime::ProfilingStrategy::JitDump);
426
let engine = Engine::new(&config)?;
427
let mut linker = Linker::<HostState>::new(&engine);
428
0 commit comments