Home
last modified time | relevance | path

Searched refs:max_timestamp_ (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Devent_tracker.h80 int64_t max_timestamp() const { return max_timestamp_; } in max_timestamp()
82 max_timestamp_ = std::max(ts, max_timestamp_); in UpdateMaxTimestamp()
107 int64_t max_timestamp_ = 0; variable
Devent_tracker.cc57 if (timestamp < max_timestamp_) { in PushCounter()
60 timestamp, static_cast<double>(max_timestamp_ - timestamp) / 1e6); in PushCounter()
64 max_timestamp_ = timestamp; in PushCounter()
/external/perfetto/src/profiling/memory/
Dbookkeeping.h197 uint64_t max_timestamp() { return max_timestamp_; } in max_timestamp()
311 max_timestamp_ = ts; in AddToCallstackAllocations()
361 uint64_t max_timestamp_ = 0; variable