Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc206 timestamp = std::max(latest_timestamp_, context_->sorter->max_timestamp()); in ParsePacket()
208 latest_timestamp_ = std::max(timestamp, latest_timestamp_); in ParsePacket()
Dproto_trace_reader.h94 int64_t latest_timestamp_ = 0; variable