Version: SMASH-3.1
chrono.h File Reference

Collection of useful type aliases to measure and output the (real) runtime. More...

#include <chrono>

Go to the source code of this file.

Namespaces

 smash
 

Typedefs

using smash::SystemTimePoint = std::chrono::time_point< std::chrono::system_clock >
 Type (alias) that is used to store the current time. More...
 
using smash::SystemClock = std::chrono::system_clock
 Type (alias) used to obtain the current time via SystemClock:Now(). More...
 
using smash::SystemTimeSpan = SystemClock::duration
 The time duration type (alias) used for measuring run times. More...
 

Detailed Description

Collection of useful type aliases to measure and output the (real) runtime.

Not connected to the simulation time.

Definition in file chrono.h.