Contains Timing measurement related functions.
More...
#include <timing.hpp>
Contains Timing measurement related functions.
◆ GetTime()
Gets the current time and assings to timer_start_ member.
◆ MeasureTimeDifference()
void Timing::MeasureTimeDifference |
( |
| ) |
|
Measures time difference from last call to function GetTime() and writes is to time_span member.
◆ OutInfoToFile()
void Timing::OutInfoToFile |
( |
| ) |
|
Outputs timing information to loop_timing_info.txt file.
◆ counter_
uint32_t Timing::counter_ = 0 |
◆ last_start_time_
std::chrono::high_resolution_clock::time_point Timing::last_start_time_ |
◆ time_span_
std::chrono::duration<long,std::micro> Timing::time_span_ |
◆ timer_start_
std::chrono::high_resolution_clock::time_point Timing::timer_start_ |
◆ timing_info_
The documentation for this class was generated from the following files: