A stopwatch timer library that reports statistics. More...
#include <math.h>
#include <string.h>
#include <vector>
#include <map>
#include <string>
#include <iostream>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <sys/time.h>
Go to the source code of this file.
Classes | |
class | STimer |
class | STimerList_< TimerType > |
class | STimerList_< TimerType > |
struct | STimerRecords |
class | STimerScoped_< TimerType > |
class | STimerScoped_< TimerType > |
Typedefs | |
typedef STimerList_< STimer > | STimerList |
typedef std::string(* | STimerReporterFunc) (STimerRecords &rec) |
typedef STimerScoped_< STimer > | STimerScoped |
A stopwatch timer library that reports statistics.
Definition in file stattimer.hpp.
typedef STimerList_<STimer> STimerList |
See template class STimerList_.
Definition at line 71 of file stattimer.hpp.
typedef std::string(* STimerReporterFunc) (STimerRecords &rec) |
Type of a user-defined reporter function.
rec | [in] Timer statistics record |
Definition at line 66 of file stattimer.hpp.
typedef STimerScoped_<STimer> STimerScoped |
See template class STimerScoped_.
Definition at line 81 of file stattimer.hpp.