Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Dwindow_operator_table.cc110 window_end_ = table_->window_start_ + table_->window_dur_; in Filter()
172 current_ts_ = window_end_; in Next()
184 return current_ts_ >= window_end_; in Eof()
Dwindow_operator_table.h63 int64_t window_end_ = 0; variable