Stop recording host function time.
| 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 { |
no test coverage detected