Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc210 float sum_dt = 0; in PrintResult() local
215 sum_dt += elapsed; in PrintResult()
224 float avg = sum_dt / std::max(1, num_samples); in PrintResult()