Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 6 of 6) sorted by relevance

/hardware/google/camera/common/hal/utils/profiling/
Daidl_profiler.cc80 [type](const auto& profiler) { in MakeScopedProfiler()
177 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local
188 bool SetOrCreateTrackedProfiler(std::unique_ptr<Profiler> profiler, in SetOrCreateTrackedProfiler()
211 std::shared_ptr<Profiler> profiler = Profiler::Create(fps_flag_); in CreateFpsProfiler() local
224 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateReprocessingProfiler() local
246 bool SetFpsProfiler(std::unique_ptr<Profiler> profiler) { in SetFpsProfiler()
259 bool SetReprocessingProfiler(std::unique_ptr<Profiler> profiler) { in SetReprocessingProfiler()
347 AidlScopedProfiler::AidlScopedProfiler(std::shared_ptr<Profiler> profiler, in AidlScopedProfiler()
Dtracked_profiler.h38 TrackedProfiler(std::shared_ptr<Profiler> profiler, in TrackedProfiler()
/hardware/google/camera/common/profiler/
Dprofiler.h232 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler()
240 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
Dprofiler.proto4 package profiler; package
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device_session.cc621 std::unique_ptr<google_camera_hal::AidlScopedProfiler> profiler = in configureStreamsImpl() local
809 std::unique_ptr<google_camera_hal::AidlScopedProfiler> profiler = in flush() local
831 std::unique_ptr<google_camera_hal::AidlScopedProfiler> profiler = in close() local
Daidl_camera_device.cc292 auto profiler = aidl_profiler_->MakeScopedProfiler( in open() local