| 1158 | } |
| 1159 | |
| 1160 | WASMEDGE_CAPI_EXPORT void |
| 1161 | WasmEdge_ConfigureStatisticsSetTimeMeasuring(WasmEdge_ConfigureContext *Cxt, |
| 1162 | const bool IsMeasure) noexcept { |
| 1163 | if (Cxt) { |
| 1164 | Cxt->Conf.getStatisticsConfigure().setTimeMeasuring(IsMeasure); |
| 1165 | } |
| 1166 | } |
| 1167 | |
| 1168 | WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureStatisticsIsTimeMeasuring( |
| 1169 | const WasmEdge_ConfigureContext *Cxt) noexcept { |