\brief Start the total timer \note The function will start the total timer \note The function will check if the total timer is valid
| 698 | /// \note The function will start the total timer |
| 699 | /// \note The function will check if the total timer is valid |
| 700 | void AutoModel::start_total_timer() { |
| 701 | this->profiler_list[TOTAL_TIME].start(); |
| 702 | } |
| 703 | |
| 704 | /// \brief Stop the total timer |
| 705 | /// \note The function will stop the total timer |