Searched refs:previous_ts (Results 1 – 2 of 2) sorted by relevance
146 let mut previous_ts = 0.0; in print_records() localVariable151 record.ts.as_secs_f64() - previous_ts, in print_records()154 previous_ts = record.ts.as_secs_f64(); in print_records()
551 xnn_timestamp previous_ts = runtime->start_ts; in xnn_get_runtime_profiling_info() local558 op_time += xnn_get_elapsed_time(&previous_ts, &opdata[i].end_ts[j]); in xnn_get_runtime_profiling_info()559 previous_ts = opdata[i].end_ts[j]; in xnn_get_runtime_profiling_info()