0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
Time.cc File Reference

Time related definitions. More...

#include <Common/Compat.h>
#include "Time.h"
#include <cassert>
#include <chrono>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <ratio>
Include dependency graph for Time.cc:

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...
 

Detailed Description

Time related definitions.

Definition in file Time.cc.