![]() |
GGEMS
1.1
GPU GEant4-based Monte Carlo Simulations
|
Namespace computing/displaying the time. More...
#include <chrono>#include <string>#include "GGEMS/global/GGEMSExport.hh"

Go to the source code of this file.
Namespaces | |
| GGEMSChrono | |
| namespace computing/displaying the time | |
Typedefs | |
| typedef std::chrono::time_point< std::chrono::system_clock > | ChronoTime |
| typedef std::chrono::duration< int64_t, std::nano > | DurationNano |
Functions | |
| void | GGEMSChrono::DisplayTime (DurationNano const &duration, std::string const &displayed_text) |
| Print the execution time. More... | |
| ChronoTime | GGEMSChrono::Now (void) |
| DurationNano | GGEMSChrono::Zero (void) |
| Initialization at zero nanosecond. More... | |
Namespace computing/displaying the time.
Definition in file GGEMSChrono.hh.
| typedef std::chrono::time_point<std::chrono::system_clock> ChronoTime |
Alias to C++ chrono time
Definition at line 39 of file GGEMSChrono.hh.
| typedef std::chrono::duration<int64_t,std::nano> DurationNano |
Alias to duration in nanosecond
Definition at line 40 of file GGEMSChrono.hh.