MADNESS  version 0.9
Namespaces | Functions
worldtime.h File Reference

Wrappers around platform dependent timers and performance info. More...

#include <stdint.h>
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
#include <madness/madness_config.h>
Include dependency graph for worldtime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 

Functions

double madness::wall_time ()
 Returns the wall time in seconds relative to arbitrary origin. More...
 
double madness::cpu_frequency ()
 Estimates frequency of the processor in Hz. More...
 
void madness::cpu_relax ()
 Do nothing and especially do not touch memory. More...
 

Detailed Description

Wrappers around platform dependent timers and performance info.