CASToR  3.0
Tomographic Reconstruction (PET/SPECT/CT)
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

◆ ChronoTime

typedef std::chrono::time_point<std::chrono::system_clock> ChronoTime

Definition at line 37 of file sChronoManager.hh.

◆ DurationNano

typedef std::chrono::duration<int64_t,std::nano> DurationNano

Definition at line 38 of file sChronoManager.hh.

◆ Hs

typedef std::chrono::hours Hs

Definition at line 42 of file sChronoManager.hh.

◆ Mins

typedef std::chrono::minutes Mins

Definition at line 41 of file sChronoManager.hh.

◆ Ms

typedef std::chrono::milliseconds Ms

Definition at line 39 of file sChronoManager.hh.

◆ Secs

typedef std::chrono::seconds Secs

Definition at line 40 of file sChronoManager.hh.