![]() |
CASToR
3.2
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 include/management/sChronoManager.hh.
typedef std::chrono::time_point<std::chrono::system_clock> ChronoTime |
Definition at line 15 of file include/management/sChronoManager.hh.
typedef std::chrono::duration<int64_t,std::nano> DurationNano |
Definition at line 16 of file include/management/sChronoManager.hh.
typedef std::chrono::hours Hs |
Definition at line 20 of file include/management/sChronoManager.hh.
typedef std::chrono::minutes Mins |
Definition at line 19 of file include/management/sChronoManager.hh.
typedef std::chrono::milliseconds Ms |
Definition at line 17 of file include/management/sChronoManager.hh.
typedef std::chrono::seconds Secs |
Definition at line 18 of file include/management/sChronoManager.hh.