Home
last modified time | relevance | path

Searched refs:first_time_ns (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/perf/
H A 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()
412 utctx->first_time_ns = 0; in u_trace_context_init()
510 if (!utctx->first_time_ns) in process_chunk()
511 utctx->first_time_ns = ns; in process_chunk()
543 utctx->first_time_ns = 0; in process_chunk()
H A Du_trace.h164 uint64_t first_time_ns; member

Completed in 3 milliseconds