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

Method clearProfiling

highs/lp_data/Highs.cpp:5168–5172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5166}
5167
5168void Highs::clearProfiling() {
5169 if (!this->profiling_) return;
5170 this->profiling_->clear();
5171 this->profiling_ = nullptr;
5172}
5173
5174void Highs::setProfiling(HighsProfiling* profiling) {
5175 assert(profiling);

Callers 7

presolveMethod · 0.95
optimizeModelMethod · 0.95
getRangingMethod · 0.95
getBasicVariablesMethod · 0.95
setBasisMethod · 0.95
postsolveMethod · 0.95
resetProfilingMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected