Home
last modified time | relevance | path

Searched defs:TimeResult (Results 1 – 1 of 1) sorted by relevance

/hardware/google/camera/common/profiler/
Dprofiler.cc87 struct TimeResult { struct in google::camera_common::__anon477d26810111::ProfilerImpl
88 std::string node_name;
89 float max_dt;
90 float avg_dt;
91 float avg_count;
92 TimeResult(std::string node_name, float max_dt, float avg_dt, float count) in TimeResult() argument