Searched refs:latency_profiler_ (Results 1 – 1 of 1) sorted by relevance
66 if (latency_profiler_ == nullptr) { in MakeScopedProfiler()67 latency_profiler_ = CreateLatencyProfiler(); in MakeScopedProfiler()68 if (latency_profiler_ != nullptr) { in MakeScopedProfiler()86 latency_profiler_->SetUseCase(camera_id_string_ + "-Open"); in MakeScopedProfiler()91 latency_profiler_->SetUseCase(camera_id_string_ + "-Reconfiguration"); in MakeScopedProfiler()97 latency_profiler_->SetUseCase(camera_id_string_ + "-Flush"); in MakeScopedProfiler()102 latency_profiler_->SetUseCase(camera_id_string_ + "-Close"); in MakeScopedProfiler()109 latency_profiler_, name, id, [this, type]() { in MakeScopedProfiler()122 if (latency_profiler_ != nullptr) { in FirstFrameStart()123 latency_profiler_->Start(kFirstFrame, Profiler::kInvalidRequestId); in FirstFrameStart()[all …]