MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / initializeSingleThreadedProfiling

Method initializeSingleThreadedProfiling

highs/lp_data/Highs.cpp:5141–5145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

getRangingMethod · 0.95
getBasicVariablesMethod · 0.95
setBasisMethod · 0.95
postsolveMethod · 0.95

Calls 1

initializeProfilingMethod · 0.95

Tested by

no test coverage detected