ConicBundle
|
Header declaring and (inline) implementing the classes CH_Tools::Microseconds and CH_Tools::Clock as well as some output routines for timing purposes. More...
#include <iostream>
#include <iomanip>
#include <time.h>
Go to the source code of this file.
Classes | |
class | CH_Tools::Microseconds |
extra long integer number for expressing and computing time measurements in microseconds. More... | |
class | CH_Tools::Clock |
allows measuring time difference to its initialization time in Microseconds More... | |
Namespaces | |
CH_Tools | |
Some convenient inline tools like a clock for timing, a random number generator, a heapsort template sorting indices. | |
Functions | |
Microseconds | CH_Tools::wall_clock (void) |
returns the wall clock time since Epoch | |
Header declaring and (inline) implementing the classes CH_Tools::Microseconds and CH_Tools::Clock as well as some output routines for timing purposes.