SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::ScopeTimer Class Reference

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.
 

Detailed Description

This class helps recording scope time and output logs.

Definition at line 16 of file ScopeTimer.h.


The documentation for this class was generated from the following files: