![]() |
ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
|
#include <source/computing_timer.h>
Public Member Functions | |
| Scope (const std::string §ion) | |
| ~Scope () | |
A RAII scope for the timer of the specified section.
The constructor of the class starts a timer with the specified name and the destructor stops the timer again.
Definition at line 47 of file computing_timer.h.
|
inline |
Constructor. Starts a timer for the selected section.
Definition at line 53 of file computing_timer.h.
|
inline |
Destructor. Stops the timer.
Definition at line 66 of file computing_timer.h.