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

Function WasmEdge_ConfigureStatisticsIsTimeMeasuring

lib/api/wasmedge.cpp:1168–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureStatisticsIsTimeMeasuring(
1169 const WasmEdge_ConfigureContext *Cxt) noexcept {
1170 if (Cxt) {
1171 return Cxt->Conf.getStatisticsConfigure().isTimeMeasuring();
1172 }
1173 return false;
1174}
1175
1176WASMEDGE_CAPI_EXPORT void
1177WasmEdge_ConfigureDelete(WasmEdge_ConfigureContext *Cxt) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

isTimeMeasuringMethod · 0.80

Tested by 1

TESTFunction · 0.68