mc_rtc  2.14.0
mc_rtc::threading::AsyncJob< Derived, Input, Result >::Timers Struct Reference

#include <mc_rtc/threading/AsyncJob.h>

Public Attributes

double dt_startAsync = 0
 
double dt_checkResult = 0
 
double dt_loggerImpl = 0
 
double dt_guiImpl = 0
 
std::atomic< double > dt_compute {0}
 

Member Data Documentation

◆ dt_checkResult

template<typename Derived , typename Input , typename Result >
double mc_rtc::threading::AsyncJob< Derived, Input, Result >::Timers::dt_checkResult = 0

◆ dt_compute

template<typename Derived , typename Input , typename Result >
std::atomic<double> mc_rtc::threading::AsyncJob< Derived, Input, Result >::Timers::dt_compute {0}

◆ dt_guiImpl

template<typename Derived , typename Input , typename Result >
double mc_rtc::threading::AsyncJob< Derived, Input, Result >::Timers::dt_guiImpl = 0

◆ dt_loggerImpl

template<typename Derived , typename Input , typename Result >
double mc_rtc::threading::AsyncJob< Derived, Input, Result >::Timers::dt_loggerImpl = 0

◆ dt_startAsync

template<typename Derived , typename Input , typename Result >
double mc_rtc::threading::AsyncJob< Derived, Input, Result >::Timers::dt_startAsync = 0

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