\brief Stop the total timer \note The function will stop the total timer \note The function will check if the total timer is valid
| 705 | /// \note The function will stop the total timer |
| 706 | /// \note The function will check if the total timer is valid |
| 707 | void AutoModel::stop_total_timer() { |
| 708 | this->profiler_list[TOTAL_TIME].stop(this->total_tokens, true); |
| 709 | } |