Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc309 class ProfilerDummy : public Profiler { class
311 ProfilerDummy(){}; in ProfilerDummy() function in google::camera_common::__anon477d26810111::ProfilerDummy
312 ~ProfilerDummy(){}; in ~ProfilerDummy()
336 return std::make_unique<ProfilerDummy>(); in Create()