| 5139 | } |
| 5140 | |
| 5141 | void Highs::initializeSingleThreadedProfiling(HighsProfiling* profiling) { |
| 5142 | if (!profiling) return; |
| 5143 | profiling->multi_threaded = false; |
| 5144 | this->initializeProfiling(profiling); |
| 5145 | } |
| 5146 | |
| 5147 | void Highs::initializeProfiling(HighsProfiling* profiling) { |
| 5148 | if (!profiling) return; |
no test coverage detected