pub unsafe extern "C" fn WasmEdge_StatisticsGetTotalCost(
    Cxt: *const WasmEdge_StatisticsContext
) -> u64
Expand description

Get the total cost in execution.

\param Cxt the WasmEdge_StatisticsContext to get data.

\returns the total cost.