Searched defs:profiler (Results 1 – 5 of 5) sorted by relevance
155 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local170 std::shared_ptr<Profiler> profiler = Profiler::Create(fps_flag_); in CreateFpsProfiler() local208 bool SetLatencyProfiler(std::unique_ptr<Profiler> profiler) { in SetLatencyProfiler()222 bool SetFpsProfiler(std::unique_ptr<Profiler> profiler) { in SetFpsProfiler()296 AidlScopedProfiler::AidlScopedProfiler(std::shared_ptr<Profiler> profiler, in AidlScopedProfiler()
600 auto profiler = aidl_profiler_->MakeScopedProfiler( in configureStreams() local746 auto profiler = aidl_profiler_->MakeScopedProfiler( in flush() local767 auto profiler = aidl_profiler_->MakeScopedProfiler( in close() local
205 auto profiler = aidl_profiler_->MakeScopedProfiler( in open() local
227 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler()235 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
4 package profiler; package