|
tlds
Transactional Operations for Linked Data Structures
|
#include <timehelper.h>
Public Member Functions | |
| ScopedTimer (bool showSec=false) | |
| ScopedTimer (const std::string &tag, bool showSec=false) | |
| virtual | ~ScopedTimer () |
Public Member Functions inherited from Timer | |
| Timer () | |
| virtual | ~Timer () |
| void | Start () |
| void | Stop () |
| void | Resume () |
| double | ElapsedCpu () const |
| double | ElapsedWall () const |
| std::string | ToString () const |
| std::string | ToSecond () const |
Private Attributes | |
| bool | m_showSec |
| std::string | m_tag |
| ScopedTimer::ScopedTimer | ( | bool | showSec = false | ) |
| ScopedTimer::ScopedTimer | ( | const std::string & | tag, |
| bool | showSec = false |
||
| ) |
|
virtual |
|
private |
|
private |