#include <sys/time.h>
#include <iostream>
#include <ostream>
#include <cassert>
Go to the source code of this file.
Classes | |
| class | Timer |
| Time management. More... | |
Defines | |
| #define | MICRO_IN_SEC 1000000 |
Timer mechanism is used for timing the time allocated to search.
1.5.7.1