MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_ConfigureStatisticsSetTimeMeasuring

Function WasmEdge_ConfigureStatisticsSetTimeMeasuring

lib/api/wasmedge.cpp:1160–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TESTFunction · 0.85

Calls 1

setTimeMeasuringMethod · 0.80

Tested by 1

TESTFunction · 0.68