HomeSort by relevance Sort by last modified time
    Searched refs:window_end_ (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/trace_processor/
window_operator_table.cc 102 window_end_ = table_->window_start_ + table_->window_dur_;
164 current_ts_ = window_end_;
176 return current_ts_ >= window_end_;
window_operator_table.h 61 int64_t window_end_ = 0; member in class:perfetto::trace_processor::WindowOperatorTable::Cursor

Completed in 684 milliseconds