Searched defs:profiler (Results 1 – 5 of 5) sorted by relevance
144 void SetLatencyProfiler(std::unique_ptr<Profiler> profiler) override { in SetLatencyProfiler()160 void SetFpsProfiler(std::unique_ptr<Profiler> profiler) override { in SetFpsProfiler()176 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local191 std::shared_ptr<Profiler> profiler = Profiler::Create(fps_flag_); in CreateFpsProfiler() local301 HidlScopedProfiler::HidlScopedProfiler(std::shared_ptr<Profiler> profiler, in HidlScopedProfiler()
566 auto profiler = hidl_profiler_->MakeScopedProfiler( in configureStreams_3_7() local698 auto profiler = in flush() local714 auto profiler = in close() local
147 auto profiler = in open() local
225 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler()233 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
4 package profiler; package