wamr_sys

Function wasm_runtime_sum_wasm_exec_time

Source
pub unsafe extern "C" fn wasm_runtime_sum_wasm_exec_time(
    module_inst: wasm_module_inst_t,
) -> f64
Expand description

Return total wasm functions’ execution time in ms

@param module_inst the WASM module instance to profile