time.h File Reference
#include <chrono>
#include <madness/world/MADworld.h>
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 mpqc
 The top-level namespace for all Massively Parallel Quantum Chemistry package.
 

Typedefs

using mpqc::time_point = std::chrono::high_resolution_clock::time_point
 

Functions

time_point mpqc::now ()
 
std::chrono::system_clock::time_point mpqc::system_now ()
 
double mpqc::duration_in_s (time_point const &t0, time_point const &t1)
 
int64_t mpqc::duration_in_ns (time_point const &t0, time_point const &t1)
 
time_point mpqc::fenced_now (madness::World &world)
 
time_point mpqc::now (madness::World &world, bool fence)