This file defines a simple data structure which can be used to measure time used by the program (or some program parts) and to display this time in a nice text format. More...
#include "chomp/system/config.h"#include <ctime>#include <iostream>Go to the source code of this file.
Classes | |
| class | chomp::homology::timeused |
| A class that stores the time at which it was initialized and then returns or displays the time used since the initialization. More... | |
Namespaces | |
| namespace | chomp |
This namespace contains the entire CHomP library interface. | |
| namespace | chomp::homology |
This namespace contains the core of the homology computation procedures and related classes and templates contained in the CHomP C++ library. | |
Variables | |
| timeused | chomp::homology::program_time |
| The external variable which measures the time used by the program from its start. | |
This file defines a simple data structure which can be used to measure time used by the program (or some program parts) and to display this time in a nice text format.
Definition in file timeused.h.
1.7.1