Searched refs:profiler (Results 1 – 9 of 9) sorted by relevance
144 void SetLatencyProfiler(std::unique_ptr<Profiler> profiler) override { in SetLatencyProfiler() argument145 if (profiler == nullptr || latency_profiler_ == nullptr) { in SetLatencyProfiler()148 latency_profiler_ = std::move(profiler); in SetLatencyProfiler()160 void SetFpsProfiler(std::unique_ptr<Profiler> profiler) override { in SetFpsProfiler() argument161 if (profiler == nullptr || fps_profiler_ == nullptr) { in SetFpsProfiler()164 fps_profiler_ = std::move(profiler); in SetFpsProfiler()176 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local177 if (profiler == nullptr) { in CreateLatencyProfiler()181 profiler->SetDumpFilePrefix( in CreateLatencyProfiler()183 profiler->Start(kOverall, Profiler::kInvalidRequestId); in CreateLatencyProfiler()[all …]
31 HidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler,71 std::unique_ptr<google::camera_common::Profiler> profiler) = 0;75 std::unique_ptr<google::camera_common::Profiler> profiler) = 0;
147 auto profiler = in open() local
566 auto profiler = hidl_profiler_->MakeScopedProfiler( in configureStreams_3_7() local698 auto profiler = in flush() local714 auto profiler = in close() local
225 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler() argument227 : profiler_(profiler), in ScopedProfiler()233 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler() argument234 : profiler_(profiler), target_(std::move(target)) { in ScopedProfiler()
1 // This is the definition for camera profiler message.4 package profiler; package
29 "profiler.proto",48 "profiler.cc",
471 profiler::ProfilingResult profiling_result; in DumpPb()478 profiler::TimeSeries& target = *profiling_result.add_target(); in DumpPb()481 profiler::TimeStamp& time_stamp = *target.add_runtime(); in DumpPb()
27 "profiler.cpp"