Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.cc341 float sum_avg = 0.f; in PrintResult() local
371 sum_avg += mean_dt; in PrintResult()
413 "", sum_min, sum_max, sum_avg); in PrintResult()