Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc251 for (const auto& time_slot : time_series) { in DumpResult() local
252 float elapsed = static_cast<float>(time_slot.end - time_slot.start) / in DumpResult()
253 std::max(1, time_slot.count); in DumpResult()