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

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