Lines Matching defs:timestamp
586 // The startTime timestamp is not converted to Perfetto's clock domain and
588 // the automatic trace event "ts" timestamp. startTime is included for
624 void CpuProfile::AddPath(base::TimeTicks timestamp,
635 !timestamp.IsNull() && timestamp >= start_time_ &&
641 {top_frame_node, timestamp, src_line, state_tag, embedder_state_tag});
721 // the "ts" timestamp from the initial "Profile" trace event sent by
730 streaming_next_sample_ ? samples_[streaming_next_sample_ - 1].timestamp
734 (samples_[i].timestamp - lastTimestamp).InMicroseconds()));
735 lastTimestamp = samples_[i].timestamp;
761 // The endTime timestamp is not converted to Perfetto's clock domain and will
763 // automatic trace event "ts" timestamp. endTime is included for backward
883 uint64_t ts = profile_->sample(i).timestamp.since_origin().InMicroseconds();
1197 base::TimeTicks timestamp, const ProfileStackTrace& path, int src_line,
1219 profile->AddPath(timestamp, accepts_context ? path : empty_path, src_line,