|
mc_rtc
2.14.0
|
#include <chrono>#include <type_traits>#include <utility>

Go to the source code of this file.
Namespaces | |
| mc_rtc | |
Typedefs | |
| using | mc_rtc::duration_ms = std::chrono::duration< double, std::milli > |
| using | mc_rtc::duration_us = std::chrono::duration< double, std::micro > |
| using | mc_rtc::clock = typename std::conditional< std::chrono::high_resolution_clock::is_steady, std::chrono::high_resolution_clock, std::chrono::steady_clock >::type |
Functions | |
| double | mc_rtc::duration_ms_count (std::chrono::time_point< mc_rtc::clock > start, std::chrono::time_point< mc_rtc::clock > end) |
| mc_rtc::duration_ms | mc_rtc::elapsed_ms (std::chrono::time_point< mc_rtc::clock > start) |
| double | mc_rtc::elapsed_ms_count (std::chrono::time_point< mc_rtc::clock > start) |