Searched refs:profiler (Results 1 – 5 of 5) sorted by relevance
/hardware/google/camera/common/hal/hidl_service/ |
D | hidl_profiler.cc | 38 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 …]
|
D | hidl_profiler.h | 33 std::shared_ptr<google::camera_common::Profiler> profiler,
|
/hardware/google/camera/common/profiler/ |
D | profiler.h | 141 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()
|
D | Android.bp | 21 "profiler.cc",
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | Android.bp | 18 "profiler.cpp"
|