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