Home
last modified time | relevance | path

Searched refs:max_timestamp (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/cast/streaming/
Dsender_report_builder.cc65 const NtpTimestamp max_timestamp = in GetRecentReportTime() local
71 NtpTimestamp reconstructed = (max_timestamp & (uint64_t{0xffff} << 48)) | in GetRecentReportTime()
76 if (reconstructed > max_timestamp) { in GetRecentReportTime()
/external/perfetto/src/trace_processor/importers/ftrace/
Dsched_event_tracker.cc75 if (ts < context_->event_tracker->max_timestamp()) { in PushSchedSwitch()
78 static_cast<double>(context_->event_tracker->max_timestamp() - ts) / in PushSchedSwitch()
129 if (ts < context_->event_tracker->max_timestamp()) { in PushSchedSwitchCompact()
132 static_cast<double>(context_->event_tracker->max_timestamp() - ts) / in PushSchedSwitchCompact()
269 if (ts < context_->event_tracker->max_timestamp()) { in PushSchedWakingCompact()
272 static_cast<double>(context_->event_tracker->max_timestamp() - ts) / in PushSchedWakingCompact()
/external/perfetto/src/trace_processor/importers/common/
Devent_tracker.h80 int64_t max_timestamp() const { return max_timestamp_; } in max_timestamp() function
/external/perfetto/src/profiling/memory/
Dbookkeeping_unittest.cc148 ASSERT_EQ(hd.max_timestamp(), 200u); in TEST()
174 EXPECT_EQ(hd.max_timestamp(), 400u); in TEST()
Dbookkeeping.h197 uint64_t max_timestamp() { return max_timestamp_; } in max_timestamp() function
Dheapprofd_producer.cc704 dump_timestamp = heap_info.heap_tracker.max_timestamp(); in DumpProcessState()
/external/perfetto/src/trace_processor/
Dtrace_sorter.h180 int64_t max_timestamp() const { return global_max_ts_; } in max_timestamp() function
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc206 timestamp = std::max(latest_timestamp_, context_->sorter->max_timestamp()); in ParsePacket()