summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/high_res_timer.cc
blob: bf871ce65e18d29845dfb0742fee632266513bfb (plain)
1
2
3
4
5
#include <gnuradio/high_res_timer.h>

#ifdef GNURADIO_HRT_USE_CLOCK_GETTIME
clockid_t gr::high_res_timer_source = CLOCK_THREAD_CPUTIME_ID;
#endif