pub unsafe extern "C" fn WasmEdge_ConfigureStatisticsIsInstructionCounting(
Cxt: *const WasmEdge_ConfigureContext
) -> bool
Expand description
Get the instruction counting option for the statistics.
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.