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

Method simplexTimerStart

highs/simplex/HighsSimplexAnalysis.cpp:593–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593void HighsSimplexAnalysis::simplexTimerStart(const HighsInt simplex_clock,
594 const HighsInt thread_id) {
595 if (!analyse_simplex_time) return;
596 // assert(analyse_simplex_time);
597 thread_simplex_clocks[thread_id].timer_pointer_->start(
598 thread_simplex_clocks[thread_id].clock_[simplex_clock]);
599}
600
601void HighsSimplexAnalysis::simplexTimerStop(const HighsInt simplex_clock,
602 const HighsInt thread_id) {

Callers 15

chooseFinalMethod · 0.80
updateDualMethod · 0.80
solveMethod · 0.80
getNonsingularInverseMethod · 0.80
putBacktrackingBasisMethod · 0.80
computeFactorMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected