pub unsafe extern "C" fn WasmEdge_StatisticsGetInstrPerSecond(
    Cxt: *const WasmEdge_StatisticsContext
) -> f64
Expand description

Get the instruction count per second in execution.

\param Cxt the WasmEdge_StatisticsContext to get data.

\returns the instruction count per second.