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

Method getThreadFactorTimerClockPointer

highs/simplex/HighsSimplexAnalysis.cpp:634–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634HighsTimerClock* HighsSimplexAnalysis::getThreadFactorTimerClockPointer() {
635 HighsTimerClock* factor_timer_clock_pointer = NULL;
636 if (analyse_factor_time) {
637 HighsInt thread_id = highs::parallel::thread_num();
638 factor_timer_clock_pointer = &thread_factor_clocks[thread_id];
639 }
640 return factor_timer_clock_pointer;
641}
642
643void HighsSimplexAnalysis::iterationRecord() {
644 assert(analyse_simplex_summary_data);

Callers 2

majorChooseRowBtranMethod · 0.80

Calls 1

thread_numFunction · 0.85

Tested by

no test coverage detected