Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dproto_trace_tokenizer.cc198 : latest_timestamp_; in ParsePacket()
199 latest_timestamp_ = std::max(timestamp, latest_timestamp_); in ParsePacket()
455 latest_timestamp_ = std::max(timestamp, latest_timestamp_); in ParseFtraceEvent()
Dproto_trace_tokenizer.h95 int64_t latest_timestamp_ = 0; variable