reportΒΆ
-
bool
libsemigroups::Runner
::
report
() const Check if it is time to report.
This function can be used in an implementation of Runner::run (in a derived class of Runner) to check if enough time has passed that we should report again.
- Return
A
bool
.- Parameters
(None)
- See
report_every(std::chrono::nanoseconds) and report_every(TIntType).