Searched refs:d_pc_start_time (Results 1 – 2 of 2) sorted by relevance
64 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()
262 gr::high_res_timer_type d_pc_start_time; variable