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

Get the instruction count in execution.

\param Cxt the WasmEdge_StatisticsContext to get data.

\returns the instruction count in total execution.