fits2idia
FITS to HDF5 (IDIA schema) converter
TimerCounter Struct Reference

#include <Timer.h>

Collaboration diagram for TimerCounter:
[legend]

Public Member Functions

 TimerCounter ()
 
 TimerCounter (unsigned int value)
 
TimerCounter operator+ (const TimerCounter &other)
 
void start ()
 
void stop ()
 
double seconds ()
 
double speed (hsize_t imageSize)
 

Public Attributes

unsigned int value
 
std::chrono::time_point< std::chrono::high_resolution_clock > startTime
 

Constructor & Destructor Documentation

◆ TimerCounter() [1/2]

TimerCounter::TimerCounter ( )
inline
Here is the caller graph for this function:

◆ TimerCounter() [2/2]

TimerCounter::TimerCounter ( unsigned int  value)
inline

Member Function Documentation

◆ operator+()

TimerCounter TimerCounter::operator+ ( const TimerCounter other)
inline
Here is the call graph for this function:

◆ seconds()

double TimerCounter::seconds ( )
inline
Here is the caller graph for this function:

◆ speed()

double TimerCounter::speed ( hsize_t  imageSize)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ start()

void TimerCounter::start ( )
inline
Here is the caller graph for this function:

◆ stop()

void TimerCounter::stop ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ startTime

std::chrono::time_point<std::chrono::high_resolution_clock> TimerCounter::startTime

◆ value

unsigned int TimerCounter::value

The documentation for this struct was generated from the following file: