SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ScopeTimer()

Spices::ScopeTimer::ScopeTimer ( const std::string & log)

Constructor Function.

Parameters
[in]log.

Init In Time.

Init In Time.

Definition at line 12 of file ScopeTimer.cpp.

13 : m_Log(log)
14 {
18 m_InTime = std::chrono::high_resolution_clock::now();
19 }
std::chrono::steady_clock::time_point m_InTime
In Scope time.
Definition ScopeTimer.h:36
std::string m_Log
Logs.
Definition ScopeTimer.h:46

References m_Log.