CAPD::DynSys Library
6.0.0
|
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 "capd/auxil/config.h"
#include <ctime>
#include <iostream>
#include "capd/auxil/OutputStream.h"
Classes | |
class | capd::auxil::timeused |
A class that stores the time at which it was initialized and then returns or displays the time used since the initialization. It displays this time when the destructor is invoked, e.g., at the end of program run. This class is used in most of the CHomP programs to measure the time used for the computations. More... | |
Namespaces | |
capd | |
capd::auxil | |
Macros | |
#define | CAPD_TIMEUSED |
This symbol is defined if the "timeused" class is available. More... | |
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.
#define CAPD_TIMEUSED |
This symbol is defined if the "timeused" class is available.