\brief Stop the ttft timer \note The function will stop the ttft timer \note The function will check if the ttft timer is valid
| 684 | /// \note The function will stop the ttft timer |
| 685 | /// \note The function will check if the ttft timer is valid |
| 686 | void AutoModel::stop_ttft_timer() { |
| 687 | this->profiler_list[TTFT_TIME].stop(1); |
| 688 | } |
| 689 | |
| 690 | /// \brief Reset the total timer |
| 691 | /// \note The function will reset the total timer |
no test coverage detected