Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc78 struct TimeSlot { struct in google::camera_common::__anon477d26810111::ProfilerImpl
82 TimeSlot() : start(0), end(0), count(0) { in TimeSlot() function
100 using TimeSeries = std::vector<TimeSlot>;
177 time_series.push_back(TimeSlot()); in Start()
179 TimeSlot& slot = time_series[index]; in Start()
192 TimeSlot& slot = timing_map_[name][index]; in End()
285 std::list<std::pair<std::string, TimeSlot>> time_results; in PrintResult()