Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/profiling/
Daidl_profiler.cc85 for (auto rprofiler = latency_profilers_.rbegin(); in MakeScopedProfiler() local
86 rprofiler != latency_profilers_.rend(); ++rprofiler) { in MakeScopedProfiler()
88 (*rprofiler)->AcceptNextState(type); in MakeScopedProfiler()
115 for (auto rprofiler = latency_profilers_.rbegin(); in FirstFrameStart() local
116 rprofiler != latency_profilers_.rend(); ++rprofiler) { in FirstFrameStart()
117 if ((*rprofiler)->AcceptFirstFrameStart()) { in FirstFrameStart()
126 for (auto rprofiler = latency_profilers_.rbegin(); in FirstFrameEnd() local
127 rprofiler != latency_profilers_.rend(); ++rprofiler) { in FirstFrameEnd()
128 if ((*rprofiler)->AcceptFirstFrameEnd()) { in FirstFrameEnd()
129 latency_profilers_.erase(std::next(rprofiler).base()); in FirstFrameEnd()