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

Method numThread

highs/lp_data/HighsInterface.cpp:4355–4357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4353}
4354
4355HighsInt HighsProfiling::numThread() {
4356 return this->multi_threaded ? highs::parallel::num_threads() : 1;
4357}
4358
4359HighsInt HighsProfiling::myThread() {
4360 return this->multi_threaded ? highs::parallel::thread_num() : 0;

Callers 2

initializeMethod · 0.95
reportProfilingMethod · 0.80

Calls 1

num_threadsFunction · 0.85

Tested by

no test coverage detected