pub unsafe extern "C" fn WasmEdge_ConfigureStatisticsSetInstructionCounting(
Cxt: *mut WasmEdge_ConfigureContext,
IsCount: bool
)
Expand description
Set the instruction counting option for the statistics.
This function is thread-safe.
\param Cxt the WasmEdge_ConfigureContext to set the boolean value. \param IsCount the boolean value to determine to support instruction counting when execution or not after compilation by the AOT compiler.