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

Method resetProfiling

highs/lp_data/Highs.cpp:5161–5166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5159}
5160
5161void Highs::resetProfiling() {
5162 if (!this->profiling_) return;
5163 HighsProfiling* profiling = this->profiling_;
5164 this->clearProfiling();
5165 this->initializeProfiling(profiling);
5166}
5167
5168void Highs::clearProfiling() {
5169 if (!this->profiling_) return;

Calls 2

clearProfilingMethod · 0.95
initializeProfilingMethod · 0.95

Tested by

no test coverage detected