#include <sys/time.h>
#include <iostream>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | util::timestamp |
allow to keep track of time with a precision of a microseconds. More... | |
Namespaces | |
namespace | util |
This namespace provides multiple utilitarian classes and function used in 1D and 2D partitioning algorithm (for instance as input and output). | |
Functions | |
static std::ostream & | operator<< (std::ostream &, const util::timestamp &) |
static std::ostream & operator<< | ( | std::ostream & | out, | |
const util::timestamp & | t | |||
) | [static] |