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

  /external/perfetto/src/trace_processor/
window_operator_table.cc 105 current_ts_ = window_start_;
138 sqlite3_result_int64(context, static_cast<sqlite_int64>(current_ts_));
164 current_ts_ = window_end_;
167 current_ts_ += step_size_;
176 return current_ts_ >= window_end_;
window_operator_table.h 64 int64_t current_ts_ = 0; member in class:perfetto::trace_processor::WindowOperatorTable::Cursor

Completed in 297 milliseconds