Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/perf/
Dgpuvis_trace_utils.h341 uint64_t tlast = 0; member
427 uint64_t duration = y.second.tlast - y.second.tfirst; in flush_hot_func_calls()
450 y.tlast = t0 + 1; in gpuvis_count_hot_func_calls_internal_()
452 else if ( t0 - y.tlast >= 3 * 1000000 ) // 3ms in gpuvis_count_hot_func_calls_internal_()
455 func, y.count, y.tlast - y.tfirst, t0 - y.tfirst ); in gpuvis_count_hot_func_calls_internal_()
459 y.tlast = t0 + 1; in gpuvis_count_hot_func_calls_internal_()
463 y.tlast = t0; in gpuvis_count_hot_func_calls_internal_()