Struct ScopedTimerEvents

Struct Documentation

struct ScopedTimerEvents

Public Types

enum SCALE

Values:

enumerator NSEC
enumerator MSEC
enumerator SEC

Public Functions

inline ScopedTimerEvents(std::string name = "", bool start = true, SCALE _sc = MSEC)
inline void add(std::string name)
inline void addspaces(std::vector<std::string> &str)
inline ~ScopedTimerEvents()

Public Members

SCALE sc
std::vector<std::chrono::high_resolution_clock::time_point> vtimes
std::vector<std::string> names
std::string _name