This class helps recording scope time and output logs. More...
#include <ScopeTimer.h>
Public Member Functions | |
| ScopeTimer (const std::string &log) | |
| Constructor Function. | |
| virtual | ~ScopeTimer () |
| Destructor Function. | |
Private Attributes | |
| std::chrono::steady_clock::time_point | m_InTime |
| In Scope time. | |
| std::chrono::steady_clock::time_point | m_LeaveTime |
| Leave Scope time. | |
| std::string | m_Log |
| Logs. | |
This class helps recording scope time and output logs.
Definition at line 16 of file ScopeTimer.h.