#include <timing.h>
Public Member Functions | |
| AutoTicToc (size_t id, const char *label) | |
| void | stop () |
| ~AutoTicToc () | |
Private Attributes | |
| size_t | id_ |
| bool | isSet_ |
| const char * | label_ |
Small class that calls internal::tic at construction, and internol::toc when destroyed
|
inline |