TTimer is a container for a timer name and associated timers (TimeReport::Item's) More...
#include <TimerStack.h>
Public Member Functions | |
TimingReport::Item & | first () |
TimingReport::Item & | main () |
Timer (const std::string &name) | |
Private Member Functions | |
Timer () | |
Private Attributes | |
TimingReport::Item * | first_ |
TimingReport::Item * | main_ |
std::string | name_ |
TTimer is a container for a timer name and associated timers (TimeReport::Item's)
Definition at line 37 of file TimerStack.h.
|
inline |
Definition at line 39 of file TimerStack.h.
|
inlineprivate |
Definition at line 46 of file TimerStack.h.
|
inline |
|
inline |
|
private |
Definition at line 47 of file TimerStack.h.
Referenced by first().
|
private |
Definition at line 48 of file TimerStack.h.
Referenced by main().
|
private |
Definition at line 49 of file TimerStack.h.