Time related definitions. More...
#include <Common/Compat.h>
#include "Time.h"
#include <cassert>
#include <chrono>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <ratio>
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Functions | |
int64_t | Hypertable::get_ts64 () |
Returns the current time in nanoseconds as a 64bit number. More... | |
ostream & | Hypertable::hires_ts (std::ostream &) |
Prints the current time as seconds and nanoseconds, delimited by '.'. More... | |
Time related definitions.
Definition in file Time.cc.