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

Method setTimeMeasuring

include/common/configure.h:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 void setTimeMeasuring(bool IsTimeMeasure) noexcept {
196 TimeMeasuring.store(IsTimeMeasure, std::memory_order_relaxed);
197 }
198
199 bool isTimeMeasuring() const noexcept {
200 return TimeMeasuring.load(std::memory_order_relaxed);

Callers 4

ToolFunction · 0.80
CompilerFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64