| 591 | } |
| 592 | |
| 593 | void HighsSimplexAnalysis::simplexTimerStart(const HighsInt simplex_clock, |
| 594 | const HighsInt thread_id) { |
| 595 | if (!analyse_simplex_time) return; |
| 596 | // assert(analyse_simplex_time); |
| 597 | thread_simplex_clocks[thread_id].timer_pointer_->start( |
| 598 | thread_simplex_clocks[thread_id].clock_[simplex_clock]); |
| 599 | } |
| 600 | |
| 601 | void HighsSimplexAnalysis::simplexTimerStop(const HighsInt simplex_clock, |
| 602 | const HighsInt thread_id) { |
no test coverage detected