Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/profiling/
Daidl_profiler.cc80 [type](const auto& profiler) { in MakeScopedProfiler() argument
81 return profiler->ShouldDelete(type); in MakeScopedProfiler()
177 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local
178 if (profiler == nullptr) { in CreateLatencyProfiler()
182 profiler->SetDumpFilePrefix( in CreateLatencyProfiler()
184 profiler->Start(kOverall, Profiler::kInvalidRequestId); in CreateLatencyProfiler()
185 return profiler; in CreateLatencyProfiler()
188 bool SetOrCreateTrackedProfiler(std::unique_ptr<Profiler> profiler, in SetOrCreateTrackedProfiler() argument
190 if (profiler == nullptr) { in SetOrCreateTrackedProfiler()
198 profiler->SetDumpFilePrefix( in SetOrCreateTrackedProfiler()
[all …]
Dtracked_profiler.h38 TrackedProfiler(std::shared_ptr<Profiler> profiler, in TrackedProfiler() argument
41 profiler_(profiler), in TrackedProfiler()
Daidl_profiler.h32 AidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler,
/hardware/google/camera/common/profiler/
Dprofiler.h232 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler() argument
234 : profiler_(profiler), in ScopedProfiler()
240 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler() argument
241 : profiler_(profiler), target_(std::move(target)) { in ScopedProfiler()
Dprofiler.proto1 // This is the definition for camera profiler message.
4 package profiler; package
DAndroid.bp25 "profiler.proto",
43 "profiler.cc",
Dprofiler.cc490 profiler::ProfilingResult profiling_result; in DumpPb()
497 profiler::TimeSeries& target = *profiling_result.add_target(); in DumpPb()
501 profiler::TimeStamp& time_stamp = *target.add_runtime(); in DumpPb()
/hardware/qcom/display/msm8909/libqdutils/
DAndroid.bp27 "profiler.cpp"
/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
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddebugging.adoc9 Vulkan, particularly in combination with an external debugger or profiler,