Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc115 struct TimeResult { struct in google::camera_common::__anonca3bec460111::ProfilerImpl
116 std::string node_name;
117 float min_dt;
118 float max_dt;
119 float avg_dt;
120 float avg_count;
121 float fps;
122 float mean_max_stddevs;
123 TimeResult(std::string node_name, float min_dt, float max_dt, float avg_dt, in TimeResult() function