pub unsafe extern "C" fn WasmEdge_ConfigureStatisticsSetTimeMeasuring(
    Cxt: *mut WasmEdge_ConfigureContext,
    IsMeasure: bool
)
Expand description

Set the time measuring option.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to set the boolean value. \param IsMeasure the boolean value to determine to support time when execution or not after compilation by the AOT compiler.