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

Method startRecordHost

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

Start recording host function time.

Source from the content-addressed store, hash-verified

131
132 /// Start recording host function time.
133 void startRecordHost() noexcept {
134 TimeRecorder.startRecord(Timer::TimerTag::HostFunc);
135 }
136
137 /// Stop recording host function time.
138 void stopRecordHost() noexcept {

Callers 1

enterFunctionMethod · 0.80

Calls 1

startRecordMethod · 0.80

Tested by

no test coverage detected