Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc36 class ProfilerImpl : public Profiler { class
38 ProfilerImpl(SetPropFlag setting) : setting_(setting){}; in ProfilerImpl() function in google::camera_common::__anon477d26810111::ProfilerImpl
39 ~ProfilerImpl();
136 ProfilerImpl::~ProfilerImpl() { in ~ProfilerImpl()
148 void ProfilerImpl::CreateFolder(std::string folder_path) { in CreateFolder()
159 void ProfilerImpl::SetDumpFilePrefix(std::string dump_file_prefix) { in SetDumpFilePrefix()
168 void ProfilerImpl::Start(const std::string name, int request_id) { in Start()
183 void ProfilerImpl::End(const std::string name, int request_id) { in End()
198 void ProfilerImpl::PrintResult() { in PrintResult()
247 void ProfilerImpl::DumpResult(std::string filepath) { in DumpResult()
[all …]