CASToR  3.2
Tomographic Reconstruction (PET/SPECT/CT)
Classes | Typedefs
include/management/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 include/management/sChronoManager.hh.

Typedef Documentation

◆ ChronoTime

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

Definition at line 15 of file include/management/sChronoManager.hh.

◆ DurationNano

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

Definition at line 16 of file include/management/sChronoManager.hh.

◆ Hs

typedef std::chrono::hours Hs

Definition at line 20 of file include/management/sChronoManager.hh.

◆ Mins

typedef std::chrono::minutes Mins

Definition at line 19 of file include/management/sChronoManager.hh.

◆ Ms

typedef std::chrono::milliseconds Ms

Definition at line 17 of file include/management/sChronoManager.hh.

◆ Secs

typedef std::chrono::seconds Secs

Definition at line 18 of file include/management/sChronoManager.hh.