Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/profiling/
Daidl_profiler.cc38 using ::google::camera_common::Profiler;
63 std::unique_ptr<google::camera_common::Profiler> custom_latency_profiler, in MakeScopedProfiler()
64 std::unique_ptr<google::camera_common::Profiler> custom_fps_profiler) in MakeScopedProfiler()
137 std::unique_ptr<Profiler> custom_reprocessing_profiler, in ReprocessingRequestStart()
149 Profiler::kInvalidRequestId); in ReprocessingRequestStart()
158 Profiler::kInvalidRequestId); in ReprocessingResultEnd()
173 std::shared_ptr<Profiler> CreateLatencyProfiler() { in CreateLatencyProfiler()
174 if (latency_flag_ == Profiler::SetPropFlag::kDisable) { in CreateLatencyProfiler()
177 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler()
184 profiler->Start(kOverall, Profiler::kInvalidRequestId); in CreateLatencyProfiler()
[all …]
Daidl_profiler.h32 AidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler,
39 std::shared_ptr<google::camera_common::Profiler> profiler_;
54 std::unique_ptr<google::camera_common::Profiler> custom_latency_profiler,
55 std::unique_ptr<google::camera_common::Profiler> custom_fps_profiler) = 0;
67 std::unique_ptr<google::camera_common::Profiler> custom_reprocessing_profiler,
Dtracked_profiler.cc34 using ::google::camera_common::Profiler;
124 profiler_->Start(kFirstFrame, Profiler::kInvalidRequestId); in AcceptFirstFrameStart()
125 profiler_->Start(kHalTotal, Profiler::kInvalidRequestId); in AcceptFirstFrameStart()
135 profiler_->End(kFirstFrame, Profiler::kInvalidRequestId); in AcceptFirstFrameEnd()
136 profiler_->End(kHalTotal, Profiler::kInvalidRequestId); in AcceptFirstFrameEnd()
145 profiler_->End(kOverall, Profiler::kInvalidRequestId); in DeleteProfilerLocked()
Dtracked_profiler.h30 using google::camera_common::Profiler;
38 TrackedProfiler(std::shared_ptr<Profiler> profiler, in TrackedProfiler()
63 std::shared_ptr<Profiler> profiler_ = nullptr;
/hardware/google/camera/common/profiler/
Dprofiler.h143 class Profiler {
149 static std::shared_ptr<Profiler> Create(int option);
151 virtual ~Profiler() = default;
221 Profiler() = default;
232 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()
242 request_id_ = Profiler::kInvalidRequestId; in ScopedProfiler()
248 profiler_ = Profiler::Create(option); in ScopedProfiler()
249 request_id_ = Profiler::kInvalidRequestId; in ScopedProfiler()
258 std::shared_ptr<Profiler> profiler_;
Dprofiler.cc47 class ProfilerImpl : public Profiler {
520 std::vector<Profiler::LatencyEvent> ProfilerImpl::GetLatencyData() { in GetLatencyData()
612 class ProfilerDummy : public Profiler {
634 std::shared_ptr<Profiler> Profiler::Create(int option) { in Create()
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h117 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
Dcamera_device_session_hwl.h187 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.h105 std::unique_ptr<google::camera_common::Profiler> GetProfiler(
200 MOCK_METHOD2(GetProfiler, std::unique_ptr<google::camera_common::Profiler>(
Dmock_device_hwl.h149 std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
Dmock_device_session_hwl.cc286 std::unique_ptr<google::camera_common::Profiler>
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device.h121 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
Dcamera_device_session.h130 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
Dcamera_device.cc434 std::unique_ptr<google::camera_common::Profiler> CameraDevice::GetProfiler( in GetProfiler()
Dcamera_device_session.cc1946 std::unique_ptr<google::camera_common::Profiler>