Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
time.h File Reference
#include <stdint.h>
#include <time.h>
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Functions

int64_t impala::MonotonicMicros ()
 
int64_t impala::MonotonicMillis ()
 
int64_t impala::MonotonicSeconds ()
 
int64_t impala::UnixMillis ()
 
void impala::SleepForMs (const int64_t duration_ms)
 Sleeps the current thread for at least duration_ms milliseconds. More...