Searched refs:ProfilerImpl (Results 1 – 1 of 1) sorted by relevance
47 class ProfilerImpl : public Profiler { class49 ProfilerImpl(SetPropFlag setting) : setting_(setting) { in ProfilerImpl() function in google::camera_common::__anon477d26810111::ProfilerImpl53 ~ProfilerImpl();215 ProfilerImpl::~ProfilerImpl() { in ~ProfilerImpl()228 void ProfilerImpl::DumpResult(const std::string& filepath) { in DumpResult()236 void ProfilerImpl::CreateFolder(const std::string& folder_path) { in CreateFolder()247 void ProfilerImpl::SetDumpFilePrefix(const std::string& dump_file_prefix) { in SetDumpFilePrefix()256 void ProfilerImpl::SetFpsPrintInterval(int32_t interval_seconds) { in SetFpsPrintInterval()264 void ProfilerImpl::ProfileFrameRate(const std::string& name) { in ProfileFrameRate()301 void ProfilerImpl::Start(const std::string& name, int request_id) { in Start()[all …]