\brief Start the ttft timer \note The function will start the ttft timer \note The function will reset the ttft timer
| 676 | /// \note The function will start the ttft timer |
| 677 | /// \note The function will reset the ttft timer |
| 678 | void AutoModel::start_ttft_timer() { |
| 679 | this->profiler_list[TTFT_TIME].reset(); |
| 680 | this->profiler_list[TTFT_TIME].start(); |
| 681 | } |
| 682 | |
| 683 | /// \brief Stop the ttft timer |
| 684 | /// \note The function will stop the ttft timer |
no test coverage detected