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

Get the cost measuring option.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to get the boolean value.

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