Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc612 class ProfilerDummy : public Profiler { class
614 ProfilerDummy(){}; in ProfilerDummy() function in google::camera_common::__anon477d26810111::ProfilerDummy
615 ~ProfilerDummy(){}; in ~ProfilerDummy()
638 return std::make_shared<ProfilerDummy>(); in Create()