| 4353 | } |
| 4354 | |
| 4355 | HighsInt HighsProfiling::numThread() { |
| 4356 | return this->multi_threaded ? highs::parallel::num_threads() : 1; |
| 4357 | } |
| 4358 | |
| 4359 | HighsInt HighsProfiling::myThread() { |
| 4360 | return this->multi_threaded ? highs::parallel::thread_num() : 0; |
no test coverage detected