Home
last modified time | relevance | path

Searched refs:profiler (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc38 profiler = google::camera_common::Profiler::Create(mode); in HidlProfiler()
39 profiler->SetDumpFilePrefix( in HidlProfiler()
41 profiler->Start("Overall", 0); in HidlProfiler()
45 profiler->End("Overall", 0); in ~HidlProfiler()
48 std::shared_ptr<google::camera_common::Profiler> profiler = nullptr; member
59 gHidlProfiler->profiler->Start("<-- IDLE -->", in StartNewConnector()
66 gHidlProfiler->profiler->End("<-- IDLE -->", in EndConnector()
80 gHidlProfiler->profiler->SetUseCase("Open Camera"); in OnCameraOpen()
82 return std::make_unique<HidlProfilerItem>(gHidlProfiler->profiler, "Open", in OnCameraOpen()
91 gHidlProfiler->profiler->SetUseCase("Flush Camera"); in OnCameraFlush()
[all …]
Dhidl_profiler.h33 std::shared_ptr<google::camera_common::Profiler> profiler,
/hardware/google/camera/common/profiler/
Dprofiler.h141 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler() argument
143 : profiler_(profiler), in ScopedProfiler()
149 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler() argument
150 : profiler_(profiler), target_(std::move(target)) { in ScopedProfiler()
DAndroid.bp21 "profiler.cc",
/hardware/qcom/display/msm8909/libqdutils/
DAndroid.bp18 "profiler.cpp"