Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/maintenance/
H A Dcontroller.cc243 uint64_t timestamp_limit = std::numeric_limits<uint64_t>::max(); in GetPerfettoTraceInfo() local
246 timestamp_limit = *history.report_fully_drawn_ns; in GetPerfettoTraceInfo()
248 timestamp_limit = *history.total_time_ns; in GetPerfettoTraceInfo()
252 perfetto_traces.push_back({raw_trace->file_path, timestamp_limit, history.pid}); in GetPerfettoTraceInfo()