7 #ifndef SRC_INCLUDE_SMASH_CHRONO_H_
8 #define SRC_INCLUDE_SMASH_CHRONO_H_
SystemClock::duration SystemTimeSpan
The time duration type (alias) used for measuring run times.
std::chrono::system_clock SystemClock
Type (alias) used to obtain the current time via SystemClock:Now().
std::chrono::time_point< std::chrono::system_clock > SystemTimePoint
Type (alias) that is used to store the current time.