Home
last modified time | relevance | path

Searched refs:d_pc_start_time (Results 1 – 2 of 2) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dblock_detail.cc64 d_pc_start_time = gr::high_res_timer_now(); in block_detail()
285 d_pc_start_time = (float)gr::high_res_timer_now(); in stop_perf_counters()
322 float monitor_time = (float)(d_pc_last_work_time - d_pc_start_time) / in stop_perf_counters()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dblock_detail.h262 gr::high_res_timer_type d_pc_start_time; variable