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.c272 utctx->last_time_ns = 0; in u_trace_context_init()
328 if (utctx->out && !utctx->last_time_ns) { in process_chunk()
345 delta = utctx->last_time_ns ? ns - utctx->last_time_ns : 0; in process_chunk()
346 utctx->last_time_ns = ns; in process_chunk()
351 ns = utctx->last_time_ns; in process_chunk()
372 uint64_t elapsed = utctx->last_time_ns - utctx->first_time_ns; in process_chunk()
376 utctx->last_time_ns = 0; in process_chunk()
Du_trace.h160 uint64_t last_time_ns; member