pub unsafe extern "C" fn WasmEdge_ConfigureStatisticsIsInstructionCounting(
    Cxt: *const WasmEdge_ConfigureContext
) -> bool
Expand description

Get the instruction counting option.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to get the boolean value.

\returns the boolean value to determine to support instruction counting when execution or not after compilation by the AOT compiler.