Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/perf/
Du_trace.c145 uint64_t elapsed = utctx->last_time_ns - utctx->first_time_ns; in print_txt_end_of_batch()
212 uint64_t elapsed = utctx->last_time_ns - utctx->first_time_ns; in print_json_end_of_batch()
411 utctx->last_time_ns = 0; in u_trace_context_init()
494 if (!utctx->last_time_ns) { in process_chunk()
514 delta = utctx->last_time_ns ? ns - utctx->last_time_ns : 0; in process_chunk()
515 utctx->last_time_ns = ns; in process_chunk()
520 ns = utctx->last_time_ns; in process_chunk()
542 utctx->last_time_ns = 0; in process_chunk()
Du_trace.h163 uint64_t last_time_ns; member