| 1134 | } |
| 1135 | |
| 1136 | WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureStatisticsIsInstructionCounting( |
| 1137 | const WasmEdge_ConfigureContext *Cxt) noexcept { |
| 1138 | if (Cxt) { |
| 1139 | return Cxt->Conf.getStatisticsConfigure().isInstructionCounting(); |
| 1140 | } |
| 1141 | return false; |
| 1142 | } |
| 1143 | |
| 1144 | WASMEDGE_CAPI_EXPORT void |
| 1145 | WasmEdge_ConfigureStatisticsSetCostMeasuring(WasmEdge_ConfigureContext *Cxt, |