Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc543 class ProfilerStopwatchImpl : public ProfilerImpl { class
545 ProfilerStopwatchImpl(SetPropFlag setting) : ProfilerImpl(setting){}; in ProfilerStopwatchImpl() function in google::camera_common::__anon477d26810111::ProfilerStopwatchImpl
547 ~ProfilerStopwatchImpl() { in ~ProfilerStopwatchImpl()
640 return std::make_shared<ProfilerStopwatchImpl>(flag); in Create()