Searched refs:profiler (Results 1 – 11 of 11) sorted by relevance
/hardware/google/camera/common/hal/utils/profiling/ |
D | aidl_profiler.cc | 80 [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 …]
|
D | tracked_profiler.h | 38 TrackedProfiler(std::shared_ptr<Profiler> profiler, in TrackedProfiler() argument 41 profiler_(profiler), in TrackedProfiler()
|
D | aidl_profiler.h | 32 AidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler,
|
/hardware/google/camera/common/profiler/ |
D | profiler.h | 232 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()
|
D | profiler.proto | 1 // This is the definition for camera profiler message. 4 package profiler; package
|
D | Android.bp | 25 "profiler.proto", 43 "profiler.cc",
|
D | profiler.cc | 490 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/ |
D | Android.bp | 27 "profiler.cpp"
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_camera_device_session.cc | 621 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
|
D | aidl_camera_device.cc | 292 auto profiler = aidl_profiler_->MakeScopedProfiler( in open() local
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | debugging.adoc | 9 Vulkan, particularly in combination with an external debugger or profiler,
|