Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc112 struct TimeResult { struct in google::camera_common::__anon477d26810111::ProfilerImpl
113 std::string node_name;
114 float min_dt;
115 float max_dt;
116 float avg_dt;
117 float avg_count;
118 float fps;
119 float mean_max_stddevs;
120 TimeResult(std::string node_name, float min_dt, float max_dt, float avg_dt, in TimeResult() argument