Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Dwindow_operator_table.cc113 current_ts_ = window_start_; in Filter()
146 sqlite3_result_int64(context, static_cast<sqlite_int64>(current_ts_)); in Column()
172 current_ts_ = window_end_; in Next()
175 current_ts_ += step_size_; in Next()
184 return current_ts_ >= window_end_; in Eof()
Dwindow_operator_table.h66 int64_t current_ts_ = 0; variable