2
3
4
5
14
15
21
22
23
27
28
34
35
36 std::chrono::steady_clock::time_point
m_InTime;
39
40
44
45
49#define SCOPE_TIME_COUNTER(...) ::Spices::ScopeTimer thisScopeTimeCounter(__VA_ARGS__);
std::chrono::steady_clock::time_point m_InTime
In Scope time.
virtual ~ScopeTimer()
Destructor Function.
ScopeTimer(const std::string &log)
Constructor Function.
std::chrono::steady_clock::time_point m_LeaveTime
Leave Scope time.
This class helps recording scope time and output logs.