Struct ScopeTimer
Struct Documentation
-
struct ScopeTimer
Public Types
-
enum SCALE
Values:
-
enumerator NSEC
-
enumerator MSEC
-
enumerator SEC
Public Functions
-
inline ScopeTimer(std::string name_, bool use_ = true, SCALE _sc = MSEC)
-
inline ~ScopeTimer()
Public Members
-
std::chrono::high_resolution_clock::time_point begin
-
std::chrono::high_resolution_clock::time_point end
-
std::string name
-
bool use
-
SCALE sc