CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Typedefs
sChronoManager.hh File Reference

Declaration of class sChronoManager. More...

#include "gVariables.hh"
#include "sOutputManager.hh"

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
 

Detailed Description

Declaration of class sChronoManager.

Definition in file sChronoManager.hh.

Typedef Documentation

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.