Timer measuring user time, system time and wall clock time. More...
#include <tpie/portability.h>#include <iostream>#include <time.h>#include <boost/date_time.hpp>#include <sys/times.h>#include <sys/resource.h>Go to the source code of this file.
Classes | |
| class | tpie::cpu_timer |
Namespaces | |
| tpie | |
| pipelining/factory_base.h Base class of pipelining factories | |
Functions | |
| std::ostream & | tpie::operator<< (std::ostream &s, cpu_timer &ct) |
| Enable outputting the queriable values of this timer. More... | |
Timer measuring user time, system time and wall clock time.
Definition in file cpu_timer.h.