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

Method stopRecordHost

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

Stop recording host function time.

Source from the content-addressed store, hash-verified

136
137 /// Stop recording host function time.
138 void stopRecordHost() noexcept {
139 TimeRecorder.stopRecord(Timer::TimerTag::HostFunc);
140 }
141
142 /// Getter for execution time.
143 Timer::Timer::Clock::duration getWasmExecTime() const noexcept {

Callers 1

enterFunctionMethod · 0.80

Calls 1

stopRecordMethod · 0.80

Tested by

no test coverage detected