MADNESS
version 0.9
|
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>
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... | |
Wrappers around platform dependent timers and performance info.