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

Method incInstrCount

include/common/statistics.h:44–44  ·  view source on GitHub ↗

Increment the instruction counter.

Source from the content-addressed store, hash-verified

42
43 /// Increment the instruction counter.
44 void incInstrCount() { InstrCnt.fetch_add(1, std::memory_order_relaxed); }
45
46 /// Getter for instruction counter.
47 uint64_t getInstrCount() const {

Callers 2

runIfElseOpMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected