clock.h File Reference
#include <chrono>
#include <type_traits>
Include dependency graph for clock.h:
This graph shows which files directly or indirectly include this file:

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