| 1150 | } |
| 1151 | |
| 1152 | WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureStatisticsIsCostMeasuring( |
| 1153 | const WasmEdge_ConfigureContext *Cxt) noexcept { |
| 1154 | if (Cxt) { |
| 1155 | return Cxt->Conf.getStatisticsConfigure().isCostMeasuring(); |
| 1156 | } |
| 1157 | return false; |
| 1158 | } |
| 1159 | |
| 1160 | WASMEDGE_CAPI_EXPORT void |
| 1161 | WasmEdge_ConfigureStatisticsSetTimeMeasuring(WasmEdge_ConfigureContext *Cxt, |