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 |
| using dftefe::utils::Timer::ClockMeasurements< clockType >::durationType = typename clockType::duration |
| using dftefe::utils::Timer::ClockMeasurements< clockType >::timePointType = typename clockType::time_point |
| dftefe::utils::Timer::ClockMeasurements< clockType >::ClockMeasurements | ( | ) |
| void dftefe::utils::Timer::ClockMeasurements< clockType >::reset | ( | ) |

| durationType dftefe::utils::Timer::ClockMeasurements< clockType >::accumulatedTime |
| timePointType dftefe::utils::Timer::ClockMeasurements< clockType >::currentLapStartTime |
| durationType dftefe::utils::Timer::ClockMeasurements< clockType >::lastLapTime |