Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc469 int64_t avg_time_stamp = time_slot.start / std::max(1, time_slot.count); in DumpTxt() local
470 fout << avg_time_stamp << " "; in DumpTxt()
479 int64_t avg_time_stamp = time_slot.end / std::max(1, time_slot.count); in DumpTxt() local
480 fout << avg_time_stamp << " "; in DumpTxt()