| 1142 | } |
| 1143 | |
| 1144 | WASMEDGE_CAPI_EXPORT void |
| 1145 | WasmEdge_ConfigureStatisticsSetCostMeasuring(WasmEdge_ConfigureContext *Cxt, |
| 1146 | const bool IsMeasure) noexcept { |
| 1147 | if (Cxt) { |
| 1148 | Cxt->Conf.getStatisticsConfigure().setCostMeasuring(IsMeasure); |
| 1149 | } |
| 1150 | } |
| 1151 | |
| 1152 | WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureStatisticsIsCostMeasuring( |
| 1153 | const WasmEdge_ConfigureContext *Cxt) noexcept { |