Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_sorter.cc127 int64_t extract_until_ts = std::min(extract_end_ts, min_queue_ts[1]); in SortAndExtractEventsBeyondWindow() local
131 if (timestamp > extract_until_ts) in SortAndExtractEventsBeyondWindow()