CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
Declaration of class sChronoManager. More...
Go to the source code of this file.
Classes | |
class | sChronoManager |
This class is designed to manage some profiling of the code. More... | |
Typedefs | |
typedef std::chrono::time_point < std::chrono::system_clock > | ChronoTime |
typedef std::chrono::duration < int64_t, std::nano > | DurationNano |
typedef std::chrono::milliseconds | Ms |
typedef std::chrono::seconds | Secs |
typedef std::chrono::minutes | Mins |
typedef std::chrono::hours | Hs |
Declaration of class sChronoManager.
Definition in file sChronoManager.hh.
typedef std::chrono::time_point<std::chrono::system_clock> ChronoTime |
Definition at line 38 of file sChronoManager.hh.
typedef std::chrono::duration<int64_t,std::nano> DurationNano |
Definition at line 39 of file sChronoManager.hh.
typedef std::chrono::hours Hs |
Definition at line 43 of file sChronoManager.hh.
typedef std::chrono::minutes Mins |
Definition at line 42 of file sChronoManager.hh.
typedef std::chrono::milliseconds Ms |
Definition at line 40 of file sChronoManager.hh.
typedef std::chrono::seconds Secs |
Definition at line 41 of file sChronoManager.hh.