Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.proto14 // TimeSeries stores the target name and a series of time stamps and fps.
15 message TimeSeries { message
26 repeated TimeSeries target = 2;
Dprofiler.cc148 using TimeSeries = std::vector<TimeSlot>; typedef in google::camera_common::__anon477d26810111::ProfilerImpl
149 using NodeTimingMap = std::unordered_map<std::string, TimeSeries>;
313 TimeSeries& time_series = timing_map_[name]; in Start()
497 profiler::TimeSeries& target = *profiling_result.add_target(); in DumpPb()