DFT-EFE
 
Loading...
Searching...
No Matches
dftefe::utils::Timer::ClockMeasurements< clockType > Struct Template Reference

Public Types

using timePointType = typename clockType::time_point
 
using durationType = typename clockType::duration
 

Public Member Functions

 ClockMeasurements ()
 
void reset ()
 

Public Attributes

timePointType currentLapStartTime
 
durationType accumulatedTime
 
durationType lastLapTime
 

Member Typedef Documentation

◆ durationType

template<class clockType >
using dftefe::utils::Timer::ClockMeasurements< clockType >::durationType = typename clockType::duration

◆ timePointType

template<class clockType >
using dftefe::utils::Timer::ClockMeasurements< clockType >::timePointType = typename clockType::time_point

Constructor & Destructor Documentation

◆ ClockMeasurements()

template<class clockType >
dftefe::utils::Timer::ClockMeasurements< clockType >::ClockMeasurements ( )

Member Function Documentation

◆ reset()

template<class clockType >
void dftefe::utils::Timer::ClockMeasurements< clockType >::reset ( )
Here is the caller graph for this function:

Member Data Documentation

◆ accumulatedTime

template<class clockType >
durationType dftefe::utils::Timer::ClockMeasurements< clockType >::accumulatedTime

◆ currentLapStartTime

template<class clockType >
timePointType dftefe::utils::Timer::ClockMeasurements< clockType >::currentLapStartTime

◆ lastLapTime

template<class clockType >
durationType dftefe::utils::Timer::ClockMeasurements< clockType >::lastLapTime

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