Timer
More...
#include <gecode/support/timer.hpp>
|
| void | start (void) |
| | Start timer.
|
| double | stop (void) |
| | Get time since start of timer.
|
Timer
This class represents a best-effort at measuring wall-clock time in milliseconds.
Definition at line 45 of file timer.hpp.
◆ start()
| void Gecode::Support::Timer::start |
( |
void | | ) |
|
|
inline |
◆ stop()
| double Gecode::Support::Timer::stop |
( |
void | | ) |
|
|
inline |
Get time since start of timer.
Definition at line 63 of file timer.hpp.
The documentation for this class was generated from the following file: