Home
last modified time | relevance | path

Searched refs:execution_timer (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/bench-api/src/
H A Dlib.rs194 pub execution_timer: *mut u8, field
288 config.execution_timer, in wasm_bench_create()
417 execution_timer: *mut u8, in new()
429 let execution_timer = unsafe { in new() localVariable
432 UnsafeSendSync::new(execution_timer) in new()
435 execution_start(*execution_timer.get()); in new()
439 execution_end(*execution_timer.get()); in new()