Parameters with prefix timing. More...
Variables | |
constexpr Param< int > | CLOCKTYPE { "timing/clocktype" } |
default clock type (1: CPU user seconds, 2: wall clock time) | |
constexpr Param< bool > | ENABLED { "timing/enabled" } |
is timing enabled? | |
constexpr Param< bool > | NLPIEVAL { "timing/nlpieval" } |
should time for evaluation in NLP solves be measured? | |
constexpr Param< bool > | RARECLOCKCHECK { "timing/rareclockcheck" } |
should clock checks of solving time be performed less frequently (note: time limit could be exceeded slightly) | |
constexpr Param< bool > | READING { "timing/reading" } |
belongs reading time to solving time? | |
constexpr Param< bool > | STATISTICTIMING { "timing/statistictiming" } |
should timing for statistic output be performed? | |
Parameters with prefix timing.
|
constexpr |
default clock type (1: CPU user seconds, 2: wall clock time)
Definition at line 7184 of file parameters.hpp.
|
constexpr |
is timing enabled?
Definition at line 7186 of file parameters.hpp.
|
constexpr |
should time for evaluation in NLP solves be measured?
Definition at line 7194 of file parameters.hpp.
|
constexpr |
should clock checks of solving time be performed less frequently (note: time limit could be exceeded slightly)
Definition at line 7190 of file parameters.hpp.
|
constexpr |
belongs reading time to solving time?
Definition at line 7188 of file parameters.hpp.
|
constexpr |
should timing for statistic output be performed?
Definition at line 7192 of file parameters.hpp.