Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.h81 class Profiler {
87 static std::shared_ptr<Profiler> Create(int option);
89 virtual ~Profiler(){}; in ~Profiler()
130 Profiler(){}; in Profiler() function
141 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler()
149 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
151 request_id_ = Profiler::kInvalidRequestId; in ScopedProfiler()
157 profiler_ = Profiler::Create(option); in ScopedProfiler()
158 request_id_ = Profiler::kInvalidRequestId; in ScopedProfiler()
167 std::shared_ptr<Profiler> profiler_;
Dprofiler.cc36 class ProfilerImpl : public Profiler {
309 class ProfilerDummy : public Profiler {
332 std::shared_ptr<Profiler> Profiler::Create(int option) { in Create()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc36 mode |= google::camera_common::Profiler::SetPropFlag::kStopWatch; in HidlProfiler()
38 profiler = google::camera_common::Profiler::Create(mode); in HidlProfiler()
48 std::shared_ptr<google::camera_common::Profiler> profiler = nullptr;
125 "First frame", google::camera_common::Profiler::kInvalidRequestId); in OnFirstFrameRequest()
127 "HAL Total", google::camera_common::Profiler::kInvalidRequestId); in OnFirstFrameRequest()
134 "First frame", google::camera_common::Profiler::kInvalidRequestId); in OnFirstFrameResult()
136 "HAL Total", google::camera_common::Profiler::kInvalidRequestId); in OnFirstFrameResult()
142 std::shared_ptr<google::camera_common::Profiler> profiler, in HidlProfilerItem()
148 google::camera_common::Profiler::kInvalidRequestId); in HidlProfilerItem()
153 google::camera_common::Profiler::kInvalidRequestId); in ~HidlProfilerItem()
Dhidl_profiler.h33 std::shared_ptr<google::camera_common::Profiler> profiler,
35 int request_id = google::camera_common::Profiler::kInvalidRequestId);
40 std::shared_ptr<google::camera_common::Profiler> profiler_;